NodeCollection.remove_at method. Removes the node at the specified index from the collection and from the document....example -1 means the last node, -2 means the second before last and...'Section 2' ) self . assertEqual ( 'Section 1 \x0c Section 2' , doc...
BookmarksOutlineLevelCollection.indexOfKey method. Returns the zero-based index of the specified bookmark in the collection.... startBookmark ( "Bookmark 2" ); builder . writeln ( "Text...Bookmark 1 and 2." ); builder . endBookmark ( "Bookmark 2" ); builder...
Discover the BookmarksOutlineLevels property in OutlineOptions to customize your bookmarks' hierarchy for enhanced navigation and user experience.... StartBookmark ( "Bookmark 2" ); builder . Writeln ( "Text...Bookmark 1 and 2." ); builder . EndBookmark ( "Bookmark 2" ); builder...
Discover the BookmarksOutlineLevelCollection Count property to easily access the total number of elements in your collection for efficient data management.... StartBookmark ( "Bookmark 2" ); builder . Writeln ( "Text...Bookmark 1 and 2." ); builder . EndBookmark ( "Bookmark 2" ); builder...
Discover the BookmarksOutlineLevelCollection IndexOfKey method, which efficiently retrieves the zero-based index of a specified bookmark in your collection.... StartBookmark ( "Bookmark 2" ); builder . Writeln ( "Text...Bookmark 1 and 2." ); builder . EndBookmark ( "Bookmark 2" ); builder...