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 classPDStructureElementA structure element.classPDStructureTreeRootA root of a structure tree.Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure that return PDStructureNode Modifier and Type Method Description static PDStructureNodePDStructureNode. create(COSDictionary node)Creates a node in the structure tree.PDStructureNodePDStructureElement. 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 voidPDStructureElement. 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.
-