Sort Score
Result 10 results
Languages All
Labels All
Results 7,631 - 7,640 of 180,118 for

doc

(0.14 sec)
  1. Aspose::Words::Font::get_StyleName method | Asp...

    Aspose::Words::Font::get_StyleName method. Gets or sets the name of the character style applied to this formatting in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Below are two ways of referencing...

    reference.aspose.com/words/cpp/aspose.words/fon...
  2. Aspose::Words::Fields::FieldComments::get_Text ...

    Aspose::Words::Fields::FieldComments::get_Text method. Gets or sets the text of the comments in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Set a value for the document's...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. Aspose::Words::Font::get_StyleIdentifier method...

    Aspose::Words::Font::get_StyleIdentifier method. Gets or sets the locale independent style identifier of the character style applied to this formatting in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Below are two ways of referencing...

    reference.aspose.com/words/cpp/aspose.words/fon...
  4. How To Use XPath To Select XML Nodes – C# – Asp...

    Learn how to navigate through an XML Document and select nodes using XPath. Consider С# examples of selecting information from an XML using XPath queries....Support Paid Consulting Support Docs API Reference Tutorials Live...Support Paid Consulting Support Docs API Reference Tutorials Live...

    docs.aspose.com/html/net/how-to-articles/how-to...
  5. 使用Python通过.NET操作PDF文档|Aspose.PDF for Python via...

    本文包含有关如何使用Python验证PDF A标准的PDF文档,如何处理目录,如何设置PDF到期日期等信息。...pdf as ap # 加载现有的 PDF 文件 doc = ap . Document ( input_pdf )...) # 访问 PDF 文件的第一页 tocPage = doc . pages . insert ( 1 ) # 创建对象以表示目录信息...

    docs.aspose.com/pdf/zh/python-net/manipulate-pd...
  6. IFieldMergingCallback Interface | Aspose.Words ...

    Master mail merge with Aspose.Words! Implement the IFieldMergingCallback interface to customize data insertion in merge fields for seamless Document creation....ImageFromBlob () { Document doc = new Document ( MyDir + "Mail...Northwind employees.docx" ); doc . MailMerge . FieldMergingCallback...

    reference.aspose.com/words/net/aspose.words.mai...
  7. TableSubstitutionRule.SetSubstitutes | Aspose.W...

    Discover how to customize font names with the TableSubstitutionRule SetSubstitutes method. Enhance your design with tailored typography solutions!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Name = "Arial"...

    reference.aspose.com/words/net/aspose.words.fon...
  8. HtmlSaveOptions.NavigationMapLevel | Aspose.Wor...

    Discover HtmlSaveOptions' NavigationMapLevel property, controlling heading levels in EPUB, MOBI, and AZW3 exports. Maximize your content's visibility!... Document doc = new Document ( MyDir + "Big...options . NavigationMapLevel = 2 ; doc . Save ( ArtifactsDir + "HtmlSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  9. FormFieldCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FormFieldCollection class, your go-to solution for managing all form fields in a Document with ease and efficiency....public void Visitor () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Use a document builder...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Remove Breaks in Python|Aspose.Words for Java

    Remove Breaks using Python.... doc = self . Document ( self . dataDir + "TestFile.doc" )...removePageBreaks ( doc ) self . removeSectionBreaks ( doc ) \# Save the...

    docs.aspose.com/words/java/remove-breaks-in-pyt...