FoxitPDFSDKforWeb
v10.0.0
Foxit PDF SDK for Web
|
Represents a bookmark entry in the document. More...
Public Attributes | |
BookmarkData [] | children |
Child bookmarks of the current bookmark (optional). More... | |
string | color |
Color associated with the bookmark. More... | |
number | deep |
Depth level of the bookmark in the hierarchy. More... | |
boolean | hasChild |
Indicates if the bookmark has child bookmarks. More... | |
number | id |
Unique identifier for the bookmark. More... | |
boolean | isBold |
Indicates if the bookmark text is bold. More... | |
boolean | isItalic |
Indicates if the bookmark text is italicized. More... | |
number | left |
Horizontal position of the bookmark on the page. More... | |
number | page |
Page number associated with the bookmark (optional). More... | |
string | title |
Title of the bookmark. More... | |
number | top |
Vertical position of the bookmark on the page. More... | |
number | zoomFactor |
The zoom factor. (Optional) More... | |
BookmarkZoomMode | zoomMode |
The zoom mode of destination (Optional) More... | |
Represents a bookmark entry in the document.
BookmarkData [] BookmarkData::children |
Child bookmarks of the current bookmark (optional).
string BookmarkData::color |
Color associated with the bookmark.
number BookmarkData::deep |
Depth level of the bookmark in the hierarchy.
boolean BookmarkData::hasChild |
Indicates if the bookmark has child bookmarks.
number BookmarkData::id |
Unique identifier for the bookmark.
boolean BookmarkData::isBold |
Indicates if the bookmark text is bold.
boolean BookmarkData::isItalic |
Indicates if the bookmark text is italicized.
number BookmarkData::left |
Horizontal position of the bookmark on the page.
number BookmarkData::page |
Page number associated with the bookmark (optional).
string BookmarkData::title |
Title of the bookmark.
number BookmarkData::top |
Vertical position of the bookmark on the page.
number BookmarkData::zoomFactor |
The zoom factor. (Optional)
BookmarkZoomMode BookmarkData::zoomMode |
The zoom mode of destination (Optional)