|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDOutlineItem | |
org.pdfbox.pdmodel.interactive.documentnavigation.outline | The outline package allows for a PDF outline(bookmarks) to be created. |
org.pdfbox.util | This package contains utility classes that are used by the PDFBox project. |
Uses of PDOutlineItem in org.pdfbox.pdmodel.interactive.documentnavigation.outline |
Methods in org.pdfbox.pdmodel.interactive.documentnavigation.outline that return PDOutlineItem | |
PDOutlineItem |
PDOutlineNode.getFirstChild()
Return the first child or null if there is no child. |
PDOutlineItem |
PDOutlineNode.getLastChild()
Return the last child or null if there is no child. |
PDOutlineItem |
PDOutlineItem.getPreviousSibling()
Return the previous sibling or null if there is no sibling. |
PDOutlineItem |
PDOutlineItem.getNextSibling()
Return the next sibling or null if there is no next sibling. |
Methods in org.pdfbox.pdmodel.interactive.documentnavigation.outline with parameters of type PDOutlineItem | |
void |
PDOutlineNode.appendChild(PDOutlineItem outlineNode)
append a child node to this node. |
void |
PDOutlineItem.insertSiblingAfter(PDOutlineItem item)
Insert a sibling after this node. |
Uses of PDOutlineItem in org.pdfbox.util |
Methods in org.pdfbox.util that return PDOutlineItem | |
PDOutlineItem |
PDFTextStripper.getEndBookmark()
Get the bookmark where text extraction should end, inclusive. |
PDOutlineItem |
PDFTextStripper.getStartBookmark()
Get the bookmark where text extraction should start, inclusive. |
Methods in org.pdfbox.util with parameters of type PDOutlineItem | |
void |
PDFTextStripper.setEndBookmark(PDOutlineItem aEndBookmark)
Set the bookmark where the text extraction should stop. |
void |
PDFTextStripper.setStartBookmark(PDOutlineItem aStartBookmark)
Set the bookmark where text extraction should start, inclusive. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |