Uses of Class
org.pdfbox.pdmodel.documentinterchange.logicalstructure.PDStructureTreeRoot

Packages that use PDStructureTreeRoot
org.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents. 
 

Uses of PDStructureTreeRoot in org.pdfbox.pdmodel
 

Methods in org.pdfbox.pdmodel that return PDStructureTreeRoot
 PDStructureTreeRoot PDDocumentCatalog.getStructureTreeRoot()
          Get the document's structure tree root.
 

Methods in org.pdfbox.pdmodel with parameters of type PDStructureTreeRoot
 void PDDocumentCatalog.setStructureTreeRoot(PDStructureTreeRoot treeRoot)
          Set the document's structure tree root.