Uses of Class
org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline.PDDocumentOutline
Packages that use PDDocumentOutline
Package
Description
The PDModel package represents a high level API for creating and manipulating PDF documents.
-
Uses of PDDocumentOutline in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return PDDocumentOutlineModifier and TypeMethodDescriptionPDDocumentCatalog.getDocumentOutline()
Get the outline associated with this document or null if it does not exist.Methods in org.apache.pdfbox.pdmodel with parameters of type PDDocumentOutlineModifier and TypeMethodDescriptionvoid
PDDocumentCatalog.setDocumentOutline
(PDDocumentOutline outlines) Set the document outlines.