|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Bookmark | |
|---|---|
| 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. |
| Uses of Bookmark in com.qoppa.pdf |
|---|
| Methods in com.qoppa.pdf that return Bookmark | |
|---|---|
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. |
| Methods in com.qoppa.pdf with parameters of type Bookmark | |
|---|---|
int |
Bookmark.getBookmarkIndex(Bookmark bookmark)
Returns the index of the bookmark node in the node's children. |
| Uses of Bookmark in com.qoppa.pdf.dom |
|---|
| Methods in com.qoppa.pdf.dom that return Bookmark | |
|---|---|
Bookmark |
IPDFDocument.getRootBookmark()
Returns the bookmark tree for this document. |
| Uses of Bookmark in com.qoppa.pdfProcess |
|---|
| Methods in com.qoppa.pdfProcess that return Bookmark | |
|---|---|
Bookmark |
PDFDocument.createRootBookmark()
Creates a new root bookmark and saves it in the document catalog. |
Bookmark |
PDFDocument.getRootBookmark()
Returns the 'root' bookmark. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||