BookmarksOutlineLevelCollection.clear method. Removes all elements from the collection....to set outline levels for bookmarks. doc = aw . Document () builder...doc ) # Insert a bookmark with another bookmark nested inside it...
BookmarksOutlineLevelCollection.clear method. Removes all elements from the collection....to set outline levels for bookmarks. let doc = new aw . Document...); // Insert a bookmark with another bookmark nested inside it...
BookmarksOutlineLevelCollection.remove method. Removes a bookmark with the specified name from the collection....method remove(name) Removes a bookmark with the specified name from...case-insensitive name of the bookmark. Examples Shows how to set...
Aspose::Words::Saving::OutlineOptions::get_BookmarksOutlineLevels method. Allows to specify individual Bookmarks outline level in C++....Allows to specify individual bookmarks outline level. System :: SharedPtr...get_BookmarksOutlineLeve () const Remarks If bookmark level is not specified in...
Aspose.Pdf for C++ 库允许您在 Pdf 文件中获取和更新。...OutlineCollection 集合包含了 PDF 文件的所有书签。本文解释了如何从 PDF 文件中获取书签,以及如何获取特定书签所在的页面。...OutlineItemCollectio 提供对所有书签属性的访问。以下代码片段显示了如何从 PDF 文件中获取书签。 void GettingBookmarks...
BookmarksOutlineLevelCollection.add method. Adds a bookmark to the collection....add(name, outline_level) Adds a bookmark to the collection. def add...case-insensitive name of the bookmark to add. outline_level int...
BookmarksOutlineLevelCollection.add method. Adds a bookmark to the collection....add(name, outlineLevel) Adds a bookmark to the collection. add ( name...case-insensitive name of the bookmark to add. outlineLevel number...
BookmarksOutlineLevelCollection.contains method. Determines whether the collection contains a bookmark with the given name....the collection contains a bookmark with the given name. contains...Case-insensitive name of the bookmark to locate. Returns true if...
BookmarksOutlineLevelCollection.indexOfKey method. Returns the zero-based index of the specified bookmark in the collection....zero-based index of the specified bookmark in the collection. indexOfKey...case-insensitive name of the bookmark. Returns The zero based index...
Discover the BookmarksOutlineLevelCollection Count property to easily access the total number of elements in your collection for efficient data management....to set outline levels for bookmarks. Document doc = new Document...); // Insert a bookmark with another bookmark nested inside it...