Package | Description |
---|---|
com.ironsoftware.ironpdf.bookmark |
Modifier and Type | Method and Description |
---|---|
BookmarkDestinations |
Bookmark.getDestinationType()
Gets destination type.
|
static BookmarkDestinations |
BookmarkDestinations.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.
|
Constructor and Description |
---|
Bookmark(String text,
int pageIndex,
String parentBookmarkText,
BookmarkDestinations destinationType,
String nextBookmarkText,
String previousBookmarkText)
Instantiates a new Bookmark.
|
Copyright © 2022–2023 Iron Software. All rights reserved.