Uses of Class
com.ironsoftware.ironpdf.bookmark.BookmarkDestinations
-
Packages that use BookmarkDestinations Package Description com.ironsoftware.ironpdf.bookmark -
-
Uses of BookmarkDestinations in com.ironsoftware.ironpdf.bookmark
Methods in com.ironsoftware.ironpdf.bookmark that return BookmarkDestinations Modifier and Type Method Description BookmarkDestinationsBookmark. getDestinationType()Gets destination type.static BookmarkDestinationsBookmarkDestinations. valueOf(String name)Returns the enum constant of this type with the specified name.static BookmarkDestinations[]BookmarkDestinations. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.ironsoftware.ironpdf.bookmark with parameters of type BookmarkDestinations Constructor Description Bookmark(String text, int pageIndex, String parentBookmarkText, BookmarkDestinations destinationType, String nextBookmarkText, String previousBookmarkText)Instantiates a new Bookmark.
-