Uses of Class
org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline.PDOutlineNode
-
Packages that use PDOutlineNode Package Description org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline The outline package allows for a PDF outline(bookmarks) to be created. -
-
Uses of PDOutlineNode in org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline
Subclasses of PDOutlineNode in org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline Modifier and Type Class Description classPDDocumentOutlineThis represents an outline in a pdf document.classPDOutlineItemThis represents an outline in a pdf document.Methods in org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline that return PDOutlineNode Modifier and Type Method Description PDOutlineNodePDOutlineItem. getParent()Get the parent of this object.protected PDOutlineNodePDOutlineNode. getParent()Get the parent of this object.Methods in org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline with parameters of type PDOutlineNode Modifier and Type Method Description protected voidPDOutlineNode. setFirstChild(PDOutlineNode outlineNode)Set the first child, this will be maintained by this class.protected voidPDOutlineNode. setLastChild(PDOutlineNode outlineNode)Set the last child, this will be maintained by this class.protected voidPDOutlineItem. setNextSibling(PDOutlineNode outlineNode)Set the next sibling, this will be maintained by this class.protected voidPDOutlineNode. 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 voidPDOutlineItem. setPreviousSibling(PDOutlineNode outlineNode)Set the previous sibling, this will be maintained by this class.
-