Package | Description |
---|---|
org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline |
The outline package allows for a PDF outline(bookmarks) to be created.
|
Modifier and Type | Class and Description |
---|---|
class |
PDDocumentOutline
This represents an outline in a pdf document.
|
class |
PDOutlineItem
This represents an outline in a pdf document.
|
Modifier and Type | Method and Description |
---|---|
protected PDOutlineNode |
PDOutlineNode.getParent()
Get the parent of this object.
|
PDOutlineNode |
PDOutlineItem.getParent()
Get the parent of this object.
|
Modifier and Type | Method and Description |
---|---|
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.setNextSibling(PDOutlineNode outlineNode)
Set the next sibling, this will be maintained by this class.
|
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 |
PDOutlineItem.setPreviousSibling(PDOutlineNode outlineNode)
Set the previous sibling, this will be maintained by this class.
|
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.