Uses of Class
com.ironsoftware.ironpdf.bookmark.Bookmark
-
Uses of Bookmark in com.ironsoftware.ironpdf.bookmark
Modifier 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.Modifier and TypeMethodDescriptionBookmarkManager.getBookmarks()
Retrieve all bookmarks within this PDF, recursively retrieve all children of bookmarks within this collection, and return as a flat listModifier and TypeMethodDescriptionfinal void
BookmarkManager.insertBookmark
(Bookmark bookmark) Insert a new bookmark -
Uses of Bookmark in com.ironsoftware.ironpdf.internal.staticapi
Modifier 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