public class BookmarkPos
extends java.lang.Object
BookmarkPos
represents the position of a bookmark item.
It can be constructed by the following way.
Example:
BookmarkPos pos = PDFBookmarkIterator.getPos()
PDFBookmarkIterator.getPos()
Modifier and Type | Method and Description |
---|---|
long |
getHandle()
Get the handle of a
BookmarkPos object. |
void |
release()
Release a
BookmarkPos object. |
public long getHandle()
BookmarkPos
object.BookmarkPos
object.public void release() throws PDFException
BookmarkPos
object.PDFException
- For more exception information please see definitions
PDFException.ERRCODE_XXX
.PDFException