|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDOutlineNode | |
org.pdfbox.examples.pdmodel | These examples show how to use the classes in the PDModel package. |
org.pdfbox.pdmodel.interactive.documentnavigation.outline | The outline package allows for a PDF outline(bookmarks) to be created. |
Uses of PDOutlineNode in org.pdfbox.examples.pdmodel |
Methods in org.pdfbox.examples.pdmodel with parameters of type PDOutlineNode | |
void |
PrintBookmarks.printBookmark(PDOutlineNode bookmark,
String indentation)
This will print the documents bookmarks to System.out. |
Uses of PDOutlineNode in org.pdfbox.pdmodel.interactive.documentnavigation.outline |
Subclasses of PDOutlineNode in org.pdfbox.pdmodel.interactive.documentnavigation.outline | |
class |
PDDocumentOutline
This represents an outline in a pdf document. |
class |
PDOutlineItem
This represents an outline in a pdf document. |
Methods in org.pdfbox.pdmodel.interactive.documentnavigation.outline that return PDOutlineNode | |
PDOutlineNode |
PDOutlineNode.getParent()
Get the parent of this object. |
Methods in org.pdfbox.pdmodel.interactive.documentnavigation.outline with parameters of type PDOutlineNode | |
protected void |
PDOutlineNode.setParent(PDOutlineNode parent)
Set the parent of this object, this is maintained by these objects and should not be called by any clients of PDFBox code. |
protected void |
PDOutlineNode.setFirstChild(PDOutlineNode outlineNode)
Set the first child, this will be maintained by this class. |
protected void |
PDOutlineNode.setLastChild(PDOutlineNode outlineNode)
Set the last child, this will be maintained by this class. |
protected void |
PDOutlineItem.setPreviousSibling(PDOutlineNode outlineNode)
Set the previous sibling, this will be maintained by this class. |
protected void |
PDOutlineItem.setNextSibling(PDOutlineNode outlineNode)
Set the next sibling, this will be maintained by this class. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |