Uses of Class
com.ironsoftware.ironpdf.bookmark.Bookmark
Packages that use Bookmark
- 
Uses of Bookmark in com.ironsoftware.ironpdf.bookmarkMethods in com.ironsoftware.ironpdf.bookmark that return BookmarkModifier and TypeMethodDescriptionfinal BookmarkBookmarkManager.addChildBookmark(String text, int pageIndex, String parentBookmarkText) Add a new bookmark as a first child of this bookmark.final BookmarkBookmark.AddChildBookmark(String text, int pageIndex) Add a new bookmark as a first child of this bookmark.Methods in com.ironsoftware.ironpdf.bookmark that return types with arguments of type BookmarkModifier and TypeMethodDescriptionBookmarkManager.getBookmarks()Retrieve all bookmarks within this PDF, recursively retrieve all children of bookmarks within this collection, and return as a flat listMethods in com.ironsoftware.ironpdf.bookmark with parameters of type BookmarkModifier and TypeMethodDescriptionfinal voidBookmarkManager.insertBookmark(Bookmark bookmark) Insert a new bookmark
- 
Uses of Bookmark in com.ironsoftware.ironpdf.internal.staticapiMethods in com.ironsoftware.ironpdf.internal.staticapi that return types with arguments of type BookmarkModifier and TypeMethodDescriptionBookmark_Api.getBookmarks(InternalPdfDocument internalPdfDocument) Retrieve all bookmarks within this PDF, recursively retrieve all children of bookmarks within this collection, and return a flat list