Uses of Class
org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure.PDStructureTreeRoot
-
Packages that use PDStructureTreeRoot Package Description org.apache.pdfbox.pdmodel 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 PDStructureTreeRoot Modifier and Type Method Description PDStructureTreeRoot
PDDocumentCatalog. getStructureTreeRoot()
Get the document's structure tree root, or null if none exists.Methods in org.apache.pdfbox.pdmodel with parameters of type PDStructureTreeRoot Modifier and Type Method Description void
PDDocumentCatalog. setStructureTreeRoot(PDStructureTreeRoot treeRoot)
Sets the document's structure tree root.
-