Uses of Class
org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure.PDAttributeObject
-
Packages that use PDAttributeObject Package Description org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure The logical structure package provides a mechanism for incorporating structural information about a document's content into a PDF file.org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf 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
Subclasses of PDAttributeObject in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure Modifier and Type Class Description classPDDefaultAttributeObjectA default attribute object.classPDUserAttributeObjectA User attribute object.Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure that return PDAttributeObject Modifier and Type Method Description static PDAttributeObjectPDAttributeObject. create(COSDictionary dictionary)Creates an attribute object.Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure that return types with arguments of type PDAttributeObject Modifier and Type Method Description Revisions<PDAttributeObject>PDStructureElement. getAttributes()Returns the attributes together with their revision numbers (A).Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure with parameters of type PDAttributeObject Modifier and Type Method Description voidPDStructureElement. 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.apache.pdfbox.pdmodel.documentinterchange.logicalstructure with type arguments of type PDAttributeObject Modifier and Type Method Description voidPDStructureElement. 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.taggedpdf Modifier and Type Class Description classPDExportFormatAttributeObjectAn Export Format attribute object.classPDLayoutAttributeObjectA Layout attribute object.classPDListAttributeObjectA List attribute object.classPDPrintFieldAttributeObjectA PrintField attribute object.classPDStandardAttributeObjectA standard attribute object.classPDTableAttributeObjectA Table attribute object.
-