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.attributesListMethods in com.itextpdf.kernel.pdf.tagutils that return types with arguments of type PdfStructureAttributesModifier and TypeMethodDescriptionAccessibilityProperties.getAttributesList()Gets the attributes list.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.DefaultAccessibilityProperties.addAttributes(int index, PdfStructureAttributes attributes) DefaultAccessibilityProperties.addAttributes(PdfStructureAttributes attributes) -
Uses of PdfStructureAttributes in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer that return PdfStructureAttributesModifier and TypeMethodDescriptionstatic PdfStructureAttributesAccessibleAttributesApplier.getLayoutAttributes(AbstractRenderer renderer, TagTreePointer taggingPointer) static PdfStructureAttributesAccessibleAttributesApplier.getListAttributes(AbstractRenderer renderer, TagTreePointer taggingPointer) static PdfStructureAttributesAccessibleAttributesApplier.getTableAttributes(AbstractRenderer renderer, TagTreePointer taggingPointer)