Uses of Class
org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure.PDStructureTreeRoot
Packages that use PDStructureTreeRoot
Package
Description
The PDModel package represents a high level API for creating and manipulating PDF documents.
-
Uses of PDStructureTreeRoot in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return PDStructureTreeRootModifier and TypeMethodDescriptionPDDocumentCatalog.getStructureTreeRoot()
Get the document's structure tree root, or null if none exists.Methods in org.apache.pdfbox.pdmodel with parameters of type PDStructureTreeRootModifier and TypeMethodDescriptionvoid
PDDocumentCatalog.setStructureTreeRoot
(PDStructureTreeRoot treeRoot) Sets the document's structure tree root.