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.preflight.process
Methods in org.apache.pdfbox.preflight.process with parameters of type PDOutlineItemModifier and TypeMethodDescriptionprotected boolean
BookmarkValidationProcess.exploreOutlineLevel
(PreflightContext ctx, PDOutlineItem inputItem, COSObject firstObj, COSObject lastObj) This method explores the Outline Item Level and calls a validation method on each Outline Item.protected boolean
BookmarkValidationProcess.validateItem
(PreflightContext ctx, PDOutlineItem inputItem) This method checks the inputItem dictionary and call the exploreOutlineLevel method on the first child if it is not null. -
Uses of PDOutlineItem in org.apache.pdfbox.text
Fields in org.apache.pdfbox.text declared as PDOutlineItemModifier and TypeFieldDescriptionprivate PDOutlineItem
PDFTextStripper.endBookmark
private PDOutlineItem
PDFTextStripper.startBookmark
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.