Uses of Class
org.sejda.sambox.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.sejda.sambox.pdmodel.documentinterchange.logicalstructure
Modifier and TypeClassDescriptionclassA structure element.classA root of a structure tree.Methods in org.sejda.sambox.pdmodel.documentinterchange.logicalstructure that return PDStructureNodeModifier and TypeMethodDescriptionstatic PDStructureNodePDStructureNode.create(COSDictionary node) Creates a node in the structure tree.PDStructureElement.getParent()Returns the parent in the structure hierarchy (P).Methods in org.sejda.sambox.pdmodel.documentinterchange.logicalstructure with parameters of type PDStructureNodeModifier and TypeMethodDescriptionfinal voidPDStructureElement.setParent(PDStructureNode structureNode) Sets the parent in the structure hierarchy (P).Constructors in org.sejda.sambox.pdmodel.documentinterchange.logicalstructure with parameters of type PDStructureNodeModifierConstructorDescriptionPDStructureElement(String structureType, PDStructureNode parent) Constructor with required values.