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.
The logical structure package provides a mechanism for incorporating
structural information about a document's content into a PDF file.
-
Uses of PDStructureTreeRoot in org.apache.pdfbox.multipdf
Methods in org.apache.pdfbox.multipdf with parameters of type PDStructureTreeRootModifier and TypeMethodDescriptionprivate void
PDFMergerUtility.mergeIDTree
(PDFCloneUtility cloner, PDStructureTreeRoot srcStructTree, PDStructureTreeRoot destStructTree) private void
PDFMergerUtility.mergeKEntries
(PDFCloneUtility cloner, PDStructureTreeRoot srcStructTree, PDStructureTreeRoot destStructTree) private void
PDFMergerUtility.mergeRoleMap
(PDStructureTreeRoot srcStructTree, PDStructureTreeRoot destStructTree) -
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. -
Uses of PDStructureTreeRoot in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure
Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure that return PDStructureTreeRootModifier and TypeMethodDescriptionprivate PDStructureTreeRoot
PDStructureElement.getStructureTreeRoot()
Returns the structure tree root.