BookmarksOutlineLevelCollection Count property. Gets the number of elements contained in the collection in C#....to set outline levels for bookmarks. Document doc = new Document...); // Insert a bookmark with another bookmark nested inside it...
BookmarksOutlineLevelCollection Add method. Adds a Bookmark to the collection in C#....Add method Adds a bookmark to the collection. public...case-insensitive name of the bookmark to add. outlineLevel Int32...
BookmarksOutlineLevelCollection RemoveAt method. Removes a Bookmark at the specified index in C#....RemoveAt method Removes a bookmark at the specified index. public...to set outline levels for bookmarks. Document doc = new Document...
OutlineOptions BookmarksOutlineLevels property. Allows to specify individual Bookmarks outline level in C#....Allows to specify individual bookmarks outline level. public BookmarksOutlineLeve...BookmarksOutlineLeve { get ; } Remarks If bookmark level is not specified in...
Aspose::Words::Saving::BookmarksOutlineLevelCollection::IndexOfKey method. Returns the zero-based index of the specified Bookmark in the collection in C++....zero-based index of the specified bookmark in the collection. int32_t...case-insensitive name of the bookmark. ReturnValue The zero based...
BookmarksOutlineLevelCollection.count property. Gets the number of elements contained in the collection....to set outline levels for bookmarks. doc = aw . Document () builder...doc ) # Insert a bookmark with another bookmark nested inside it...
Understanding Bookmark concepts and how Bookmark can be used in your program using Java....Working with Bookmarks Contents [ Hide ] Bookmarks identify in...For example, you might use a bookmark to identify text that you...
Aspose::Words::Saving::BookmarksOutlineLevelCollection::Contains method. Determines whether the collection contains a Bookmark with the given name in C++....the collection contains a bookmark with the given name. bool...Case-insensitive name of the bookmark to locate. ReturnValue true...
Bookmark Name property. Gets or sets the name of the Bookmark in C#....Name Contents [ Hide ] Bookmark.Name property Gets or sets the...the name of the bookmark. public string Name { get ; set ; } Remarks...
Aspose::Words::Saving::BookmarksOutlineLevelCollection::get_Count method. Gets the number of elements contained in the collection in C++....to set outline levels for bookmarks. auto doc = MakeObject < Document...); // Insert a bookmark with another bookmark nested inside it...