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.
This package contains utility classes that are used by the PDFBox project.
-
Uses of PDOutlineItem in org.apache.pdfbox.util
Methods in org.apache.pdfbox.util 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.util 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.