Uses of Class
org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline.PDOutlineItem
Packages that use PDOutlineItem
Package
Description
The outline package allows for a PDF outline(bookmarks) to be created.
-
Uses of PDOutlineItem in org.apache.pdfbox.text
Methods in org.apache.pdfbox.text that return PDOutlineItemModifier and TypeMethodDescriptionPDFTextStripper.getEndBookmark()
Get the bookmark where text extraction should end, inclusive.PDFTextStripper.getStartBookmark()
Get the bookmark where text extraction should start, inclusive.Methods in org.apache.pdfbox.text with parameters of type PDOutlineItemModifier and TypeMethodDescriptionvoid
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.