Uses of Class
com.ironsoftware.ironpdf.bookmark.Bookmark
Packages that use Bookmark
-
Uses of Bookmark in com.ironsoftware.ironpdf.bookmark
Methods in com.ironsoftware.ironpdf.bookmark that return BookmarkModifier and TypeMethodDescriptionfinal Bookmark
BookmarkManager.addChildBookmark
(String text, int pageIndex, String parentBookmarkText) Add a new bookmark as a first child of this bookmark.final Bookmark
Bookmark.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 void
BookmarkManager.insertBookmark
(Bookmark bookmark) Insert a new bookmark -
Uses of Bookmark in com.ironsoftware.ironpdf.internal.staticapi
Methods 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