Uses of Class
org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure.PDStructureNode
Packages that use PDStructureNode
Package
Description
The logical structure package provides a mechanism for incorporating
structural information about a document's content into a PDF file.
-
Uses of PDStructureNode in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure
Modifier and TypeClassDescriptionclass
A structure element.class
A root of a structure tree.Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure that return PDStructureNodeModifier and TypeMethodDescriptionstatic PDStructureNode
PDStructureNode.create
(COSDictionary node) Creates a node in the structure tree.PDStructureElement.getParent()
Returns the parent in the structure hierarchy (P).Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure with parameters of type PDStructureNodeModifier and TypeMethodDescriptionfinal void
PDStructureElement.setParent
(PDStructureNode structureNode) Sets the parent in the structure hierarchy (P).Constructors in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure with parameters of type PDStructureNodeModifierConstructorDescriptionPDStructureElement
(String structureType, PDStructureNode parent) Constructor with required values.