Uses of Class
org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline.PDDocumentOutline
-
Packages that use PDDocumentOutline Package Description org.apache.pdfbox.pdmodel 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 PDDocumentOutline Modifier and Type Method Description PDDocumentOutline
PDDocumentCatalog. 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 PDDocumentOutline Modifier and Type Method Description void
PDDocumentCatalog. setDocumentOutline(PDDocumentOutline outlines)
Sets the document outlines.
-