Uses of Class
org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline.PDOutlineItem
-
Packages that use PDOutlineItem Package Description org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline The outline package allows for a PDF outline(bookmarks) to be created.org.apache.pdfbox.util This package contains utility classes that are used by the PDFBox project. -
-
Uses of PDOutlineItem in org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline
Methods in org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline that return PDOutlineItem Modifier and Type Method Description PDOutlineItemPDOutlineNode. getFirstChild()Return the first child or null if there is no child.PDOutlineItemPDOutlineNode. getLastChild()Return the last child or null if there is no child.PDOutlineItemPDOutlineItem. getNextSibling()Return the next sibling or null if there is no next sibling.PDOutlineItemPDOutlineItem. getPreviousSibling()Return the previous sibling or null if there is no sibling.Methods in org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline with parameters of type PDOutlineItem Modifier and Type Method Description voidPDOutlineNode. appendChild(PDOutlineItem outlineNode)append a child node to this node.voidPDOutlineItem. insertSiblingAfter(PDOutlineItem item)Insert a sibling after this node. -
Uses of PDOutlineItem in org.apache.pdfbox.util
Methods in org.apache.pdfbox.util that return PDOutlineItem Modifier and Type Method Description PDOutlineItemPDFTextStripper. getEndBookmark()Get the bookmark where text extraction should end, inclusive.PDOutlineItemPDFTextStripper. getStartBookmark()Get the bookmark where text extraction should start, inclusive.Methods in org.apache.pdfbox.util with parameters of type PDOutlineItem Modifier and Type Method Description voidPDFTextStripper. setEndBookmark(PDOutlineItem aEndBookmark)Set the bookmark where the text extraction should stop.voidPDFTextStripper. setStartBookmark(PDOutlineItem aStartBookmark)Set the bookmark where text extraction should start, inclusive.
-