Package | Description |
---|---|
com.qoppa.pdf |
General classes used by different objects throughout the library.
|
com.qoppa.pdf.dom |
Classes representing the PDF document object model.
|
com.qoppa.pdfProcess |
jPDFProcess main classes, used to manipulate PDF documents and pages.
|
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 |
---|---|
int |
Bookmark.getBookmarkIndex(Bookmark bookmark)
Returns the index of the bookmark node in the node's children.
|
Modifier and Type | Method and Description |
---|---|
Bookmark |
IPDFDocument.getRootBookmark()
Returns the bookmark tree for this document.
|
Modifier and Type | Method and Description |
---|---|
Bookmark |
PDFDocument.createRootBookmark()
Creates a new root bookmark and saves it in the document catalog.
|
Bookmark |
PDFDocument.getRootBookmark()
Returns the 'root' bookmark.
|