Uses of Class
org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure.PDStructureElement
Packages that use PDStructureElement
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.
The outline package allows for a PDF outline(bookmarks) to be created.
-
Uses of PDStructureElement in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return PDStructureElementModifier and TypeMethodDescriptionprotected PDStructureElementPDStructureElementNameTreeNode.convertCOSToPD(COSBase base) Methods in org.apache.pdfbox.pdmodel that return types with arguments of type PDStructureElementModifier and TypeMethodDescriptionprotected PDNameTreeNode<PDStructureElement> PDStructureElementNameTreeNode.createChildNode(COSDictionary dic) -
Uses of PDStructureElement in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure
Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure that return types with arguments of type PDStructureElementMethods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure with parameters of type PDStructureElementModifier and TypeMethodDescriptionvoidPDStructureNode.appendKid(PDStructureElement structureElement) Appends a structure element kid and sets the parent property (/P) to this.voidPDStructureNode.insertBefore(PDStructureElement newKid, Object refKid) Inserts a structure element kid before a reference kid.booleanPDStructureNode.removeKid(PDStructureElement structureElement) Removes a structure element kid and if successful also removes the parent property (/P).protected voidPDAttributeObject.setStructureElement(PDStructureElement structureElement) Sets the structure element.Method parameters in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure with type arguments of type PDStructureElementModifier and TypeMethodDescriptionvoidPDStructureTreeRoot.setIDTree(PDNameTreeNode<PDStructureElement> idTree) Sets the ID tree.