Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 2,305 for

bookmark insertion

(0.07 sec)
  1. Bookmarks removed when removing blank pages - F...

    hi, we have this code to remove blank pages from a document var stream = new MemoryStream(); var listOfBlankPageNumbers = new List<int>(); int pagecount = document.PageCount; for (int i = 0; i < pagecount; i++) { v…...Bookmarks removed when removing blank pages Aspose.Words Product...true) { listOfBlankPageNumbe.Insert(0, -1); listOfBlankPageNumbe...

    forum.aspose.com/t/bookmarks-removed-when-remov...
  2. 18.6 Release Notes|Aspose.Words for .NET

    Aspose.Words for .NET 18.6 Release Notes – the latest updates and fixes....Table class Added feature to insert shapes through the DocumentBuilder...Reporting Engine supports dynamic insertion of hyperlinks Full List of...

    docs.aspose.com/words/net/aspose-words-for-net-...
  3. Code Comparison for Common Features|Aspose.Word...

    Take a look at code comparison of some features implemented in Aspose.Words for .NET and VSTO using C#....Header and Footer Add Bookmark Inserting Table Search for and...

    docs.aspose.com/words/net/code-comparison-for-c...
  4. Footnote.reference_mark property | Aspose.Words...

    Footnote.reference_mark property. Gets/sets custom reference mark to be used for this footnote... Examples Shows how to insert and customize footnotes. doc...text.' ) footnote = builder . insert_footnote ( footnote_type =...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldTA | Aspose.Words for Java

    Implements the TA field in Java....new DocumentBuilder(doc); // Insert a TOA field, which will create...filter TA fields by naming a bookmark that they will need to be...

    reference.aspose.com/words/java/com.aspose.word...
  6. FieldTA.is_bold property | Aspose.Words for Python

    FieldTA.is_bold property. Gets or sets whether to apply bold formatting to the page number for the entry.... DocumentBuilder ( doc ) # Insert a TOA field, which will create...entry. field_toa = builder . insert_field ( aw . fields . FieldType...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldToa.sequence_name property | Aspose.Words ...

    FieldToa.sequence_name property. Gets or sets the name of a sequence whose number is included with the page number.... DocumentBuilder ( doc ) # Insert a TOA field, which will create...entry. field_toa = builder . insert_field ( aw . fields . FieldType...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldToa.use_passim property | Aspose.Words for...

    FieldToa.use_passim property. Gets or sets whether to replace five or more different page references to the same authority with passim, which is used to indicate that a word or passage occurs frequently in the work cited.... DocumentBuilder ( doc ) # Insert a TOA field, which will create...entry. field_toa = builder . insert_field ( aw . fields . FieldType...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::NodeImporter::ImportNode method ...

    Aspose::Words::NodeImporter::ImportNode method. Imports a node from one document into another in C++....from another document can be inserted into this document, it must...node was imported, it can be inserted into the appropriate place...

    reference.aspose.com/words/cpp/aspose.words/nod...
  10. NodeImporter class | Aspose.Words for Python

    aspose.words.NodeImporter class. Allows to efficiently perform repeated import of nodes from one document to another... Before you can insert a fragment from one document...original node, ready to be inserted into the destination document...

    reference.aspose.com/words/python-net/aspose.wo...