Uses of Class
com.itextpdf.kernel.pdf.tagging.PdfStructureAttributes
Package
Description
-
Uses of PdfStructureAttributes in com.itextpdf.kernel.pdf.tagging
Modifier 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
Modifier and TypeFieldDescriptionprotected List<PdfStructureAttributes>
DefaultAccessibilityProperties.attributesList
Modifier and TypeMethodDescriptionAccessibilityProperties.getAttributesList()
Gets the attributes list.DefaultAccessibilityProperties.getAttributesList()
Modifier 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.DefaultAccessibilityProperties.addAttributes
(int index, PdfStructureAttributes attributes) DefaultAccessibilityProperties.addAttributes
(PdfStructureAttributes attributes) -
Uses of PdfStructureAttributes in com.itextpdf.layout.renderer
Modifier 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)