Package | Description |
---|---|
com.foxit.gsdk.pdf |
Modifier and Type | Method and Description |
---|---|
PDFBookmarkIterator.BookmarkData |
PDFBookmarkIterator.getBookmarkData()
Get the current bookmark item's data.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFBookmarkIterator.insert(int position,
PDFBookmarkIterator.BookmarkData data)
Insert a new bookmark item at the position specified by index.
|
void |
PDFBookmarkIterator.setBookmarkData(PDFBookmarkIterator.BookmarkData data)
Set data to the current bookmark.
|