Uses of Class
org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure.PDStructureNode
-
Packages that use PDStructureNode Package Description org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure 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
Subclasses of PDStructureNode in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure Modifier and Type Class Description class
PDStructureElement
A structure element.class
PDStructureTreeRoot
A root of a structure tree.Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure that return PDStructureNode Modifier and Type Method Description static PDStructureNode
PDStructureNode. create(COSDictionary node)
Creates a node in the structure tree.PDStructureNode
PDStructureElement. getParent()
Returns the parent in the structure hierarchy (P).Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure with parameters of type PDStructureNode Modifier and Type Method Description 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 PDStructureNode Constructor Description PDStructureElement(java.lang.String structureType, PDStructureNode parent)
Constructor with required values.
-