Uses of Class
com.itextpdf.kernel.pdf.tagging.PdfStructureAttributes
Packages that use PdfStructureAttributes
Package
Description
-
Uses of PdfStructureAttributes in com.itextpdf.kernel.pdf.tagging
Subclasses of PdfStructureAttributes in com.itextpdf.kernel.pdf.taggingMethods in com.itextpdf.kernel.pdf.tagging that return PdfStructureAttributesModifier and TypeMethodDescriptionPdfStructureAttributes.addEnumAttribute
(String attributeName, String attributeValue) PdfStructureAttributes.addFloatAttribute
(String attributeName, float attributeValue) PdfStructureAttributes.addIntAttribute
(String attributeName, int attributeValue) PdfStructureAttributes.addTextAttribute
(String attributeName, String attributeValue) PdfStructureAttributes.removeAttribute
(String attributeName) -
Uses of PdfStructureAttributes in com.itextpdf.kernel.pdf.tagutils
Fields in com.itextpdf.kernel.pdf.tagutils with type parameters of type PdfStructureAttributesModifier and TypeFieldDescriptionprotected List
<PdfStructureAttributes> DefaultAccessibilityProperties.attributesList
Methods in com.itextpdf.kernel.pdf.tagutils that return types with arguments of type PdfStructureAttributesModifier and TypeMethodDescriptionAccessibilityProperties.getAttributesList()
Gets the attributes list.BackedAccessibilityProperties.getAttributesList()
DefaultAccessibilityProperties.getAttributesList()
Methods in com.itextpdf.kernel.pdf.tagutils with parameters of type PdfStructureAttributesModifier and TypeMethodDescriptionAccessibilityProperties.addAttributes
(int index, PdfStructureAttributes attributes) Adds the attributes to the element with specified index.AccessibilityProperties.addAttributes
(PdfStructureAttributes attributes) Adds the attributes to the element.BackedAccessibilityProperties.addAttributes
(int index, PdfStructureAttributes attributes) BackedAccessibilityProperties.addAttributes
(PdfStructureAttributes attributes) DefaultAccessibilityProperties.addAttributes
(int index, PdfStructureAttributes attributes) DefaultAccessibilityProperties.addAttributes
(PdfStructureAttributes attributes) Method parameters in com.itextpdf.kernel.pdf.tagutils with type arguments of type PdfStructureAttributesModifier and TypeMethodDescriptionprivate static void
AccessibilityPropertiesToStructElem.addNewAttributesToAttributesArray
(int insertIndex, List<PdfStructureAttributes> newAttributesList, PdfNumber revision, PdfArray attributesArray) (package private) static PdfObject
AccessibilityPropertiesToStructElem.combineAttributesList
(PdfObject attributesObject, int insertIndex, List<PdfStructureAttributes> newAttributesList, PdfNumber revision) private static void
AccessibilityPropertiesToStructElem.setAttributes
(List<PdfStructureAttributes> newAttributesList, PdfStructElem elem) -
Uses of PdfStructureAttributes in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer that return PdfStructureAttributesModifier and TypeMethodDescriptionstatic PdfStructureAttributes
AccessibleAttributesApplier.getLayoutAttributes
(AbstractRenderer renderer, TagTreePointer taggingPointer) static PdfStructureAttributes
AccessibleAttributesApplier.getListAttributes
(AbstractRenderer renderer, TagTreePointer taggingPointer) static PdfStructureAttributes
AccessibleAttributesApplier.getTableAttributes
(AbstractRenderer renderer, TagTreePointer taggingPointer)