FieldToc UpdatePageNumbers method. Updates the page numbers for items in this table of contents in C#.... Examples Shows how to insert a TOC, and populate it with...StartBookmark ( "MyBookmark" ); // Insert a TOC field, which will compile...
FieldToc PageNumberOmittingLevelRange property. Gets or sets a range of levels of the table of contents entries from which to omits page numbers in C#....set ; } Examples Shows how to insert a TOC, and populate it with...StartBookmark ( "MyBookmark" ); // Insert a TOC field, which will compile...
Aspose::Words::Saving::BookmarksOutlineLevelCollection::idx_get method. Gets or a sets a bookmark outline level by the bookmark name in C++....DocumentBuilder > ( doc ); // Insert a bookmark with another bookmark...1" ); builder -> Writeln ( u "Text inside Bookmark 1." ); builder...
Find answers to create, convert, edit, and manipulate PDF files programmatically....Python How to Convert PDF to Text using Python How to Convert...using Python How to Strike Out Text in Adobe PDF using Python How...
DropDownItemCollection.index_of method. Returns the zero-based index of the specified value in the collection.... Examples Shows how to insert a combo box field, and edit... DocumentBuilder ( doc ) # Insert a combo box, and then verify...
StructuredDocumentTag.is_temporary property. Specifies whether this SDT shall be removed from the WordProcessingML document when its contents are modified.... Document () # Insert a plain text structured document tag...as a plain text form that the user may enter text into. tag =...
DropDownItemCollection Remove method. Removes the specified value from the collection in C#.... Examples Shows how to insert a combo box field, and edit...DocumentBuilder ( doc ); // Insert a combo box, and then verify...
DocumentBuilder.end_bookmark method. Marks the current position in the document as a bookmark end....needs to have document body text enclosed by # BookmarkStart...bookmarks [ 0 ] . text . strip ()) Shows how to insert a hyperlink...