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 PDStructureElement
PDStructureElementNameTreeNode.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 TypeMethodDescriptionvoid
PDStructureNode.appendKid
(PDStructureElement structureElement) Appends a structure element kid.void
PDStructureNode.insertBefore
(PDStructureElement newKid, Object refKid) Inserts a structure element kid before a reference kid.boolean
PDStructureNode.removeKid
(PDStructureElement structureElement) Removes a structure element kid.protected void
PDAttributeObject.setStructureElement
(PDStructureElement structureElement) Sets the structure element.Method parameters in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure with type arguments of type PDStructureElementModifier and TypeMethodDescriptionvoid
PDStructureTreeRoot.setIDTree
(PDNameTreeNode<PDStructureElement> idTree) Sets the ID tree.