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 booleanBookmarkValidationProcess.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 booleanBookmarkValidationProcess.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 PDOutlineItemPDFTextStripper.endBookmarkprivate PDOutlineItemPDFTextStripper.startBookmarkMethods 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 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.