Package | Description |
---|---|
com.qoppa.pdf |
General classes used by different objects throughout the library.
|
Modifier and Type | Method and Description |
---|---|
Bookmark |
Bookmark.addChildBookmark(String title)
Add a child bookmark.
|
Bookmark |
Bookmark.getChildBookmarkAt(int childIndex)
Returns the child bookmark at the given index.
|
Bookmark |
Bookmark.getParentBookmark()
Returns the parent node / Bookmark.
|
Bookmark |
Bookmark.insertChildBookmark(String title,
int index)
Insert a child bookmark at the given index in the node's children.
|
Modifier and Type | Method and Description |
---|---|
Vector<Bookmark> |
Bookmark.getChildren()
Returns the children of the node as a Vector.
|
Modifier and Type | Method and Description |
---|---|
int |
Bookmark.getBookmarkIndex(Bookmark bookmark)
Returns the index of the bookmark node in the node's children.
|