Uses of Class
org.sejda.sambox.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.sejda.sambox.text
Methods in org.sejda.sambox.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.sejda.sambox.text with parameters of type PDOutlineItemModifier and TypeMethodDescriptionvoidPDFTextStripper.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.