Package | Description |
---|---|
com.foxit.gsdk.pdf |
Modifier and Type | Method and Description |
---|---|
BookmarkPos |
PDFBookmarkIterator.getPos()
Get the bookmark position handle from
PDFBookmarkIterator . |
Modifier and Type | Method and Description |
---|---|
boolean |
PDFBookmarkIterator.insertAtPos(BookmarkPos newParentPos,
int childIndex)
Insert a bookmark to be the child (specified by index) of another
bookmark with specific position and original bookmark will be the next sibling.
|
boolean |
PDFBookmarkIterator.moveToPos(BookmarkPos position)
Move the cursor to a position specified by a
BookmarkPos object. |