Uses of Class
org.sejda.sambox.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.sejda.sambox.pdmodel.documentinterchange.logicalstructure
Modifier and TypeClassDescriptionclassA default attribute object.classA User attribute object.Methods in org.sejda.sambox.pdmodel.documentinterchange.logicalstructure that return PDAttributeObjectModifier and TypeMethodDescriptionstatic PDAttributeObjectPDAttributeObject.create(COSDictionary dictionary) Creates an attribute object.Methods in org.sejda.sambox.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.sejda.sambox.pdmodel.documentinterchange.logicalstructure with parameters of type PDAttributeObjectModifier and TypeMethodDescriptionvoidPDStructureElement.addAttribute(PDAttributeObject attributeObject) Adds an attribute object.voidPDStructureElement.attributeChanged(PDAttributeObject attributeObject) Updates the revision number for the given attribute object.voidPDStructureElement.removeAttribute(PDAttributeObject attributeObject) Removes an attribute object.Method parameters in org.sejda.sambox.pdmodel.documentinterchange.logicalstructure with type arguments of type PDAttributeObjectModifier and TypeMethodDescriptionvoidPDStructureElement.setAttributes(Revisions<PDAttributeObject> attributes) Sets the attributes together with their revision numbers (A). -
Uses of PDAttributeObject in org.sejda.sambox.pdmodel.documentinterchange.taggedpdf
Subclasses of PDAttributeObject in org.sejda.sambox.pdmodel.documentinterchange.taggedpdfModifier and TypeClassDescriptionclassAn Export Format attribute object.classA Layout attribute object.classA List attribute object.classA PrintField attribute object.classA standard attribute object.classA Table attribute object.