Uses of Class
org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure.PDAttributeObject
Packages that use PDAttributeObject
Package
Description
The logical structure package provides a mechanism for incorporating
structural information about a document's content into a PDF file.
The tagged PDF package provides a mechanism for incorporating "tags" (standard
structure types and attributes) into a PDF file.
-
Uses of PDAttributeObject in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure
Modifier and TypeClassDescriptionclass
A default attribute object.class
A User attribute object.Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure that return PDAttributeObjectModifier and TypeMethodDescriptionstatic PDAttributeObject
PDAttributeObject.create
(COSDictionary dictionary) Creates an attribute object.Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure that return types with arguments of type PDAttributeObjectModifier and TypeMethodDescriptionPDStructureElement.getAttributes()
Returns the attributes together with their revision numbers (A).Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure with parameters of type PDAttributeObjectModifier and TypeMethodDescriptionvoid
PDStructureElement.addAttribute
(PDAttributeObject attributeObject) Adds an attribute object.void
PDStructureElement.attributeChanged
(PDAttributeObject attributeObject) Updates the revision number for the given attribute object.void
PDStructureElement.removeAttribute
(PDAttributeObject attributeObject) Removes an attribute object.Method parameters in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure with type arguments of type PDAttributeObjectModifier and TypeMethodDescriptionvoid
PDStructureElement.setAttributes
(Revisions<PDAttributeObject> attributes) Sets the attributes together with their revision numbers (A). -
Uses of PDAttributeObject in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf
Subclasses of PDAttributeObject in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdfModifier and TypeClassDescriptionclass
An Export Format attribute object.class
A Layout attribute object.class
A List attribute object.class
A PrintField attribute object.class
A standard attribute object.class
A Table attribute object.