Uses of Class
com.ironsoftware.ironpdf.bookmark.Bookmark
-
Packages that use Bookmark Package Description com.ironsoftware.ironpdf.bookmark com.ironsoftware.ironpdf.internal.staticapi -
-
Uses of Bookmark in com.ironsoftware.ironpdf.bookmark
Methods in com.ironsoftware.ironpdf.bookmark that return Bookmark Modifier and Type Method Description BookmarkBookmarkManager. addChildBookmark(String text, int pageIndex, String parentBookmarkText)Add a new bookmark as a first child of this bookmark.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 Bookmark Modifier and Type Method Description List<Bookmark>BookmarkManager. 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 Bookmark Modifier and Type Method Description voidBookmarkManager. 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 Bookmark Modifier and Type Method Description static List<Bookmark>Bookmark_Api. getBookmarks(InternalPdfDocument internalPdfDocument)Retrieve all bookmarks within this PDF, recursively retrieve all children of bookmarks within this collection, and return a flat list
-