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) Methods in com.itextpdf.kernel.pdf.tagging that return types with arguments of type PdfStructureAttributesModifier and TypeMethodDescriptionPdfStructElem.getAttributesList()Gets a list of PDF attribute objects. -
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.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 voidAccessibilityPropertiesToStructElem.addNewAttributesToAttributesArray(int insertIndex, List<PdfStructureAttributes> newAttributesList, PdfNumber revision, PdfArray attributesArray) (package private) static PdfObjectAccessibilityPropertiesToStructElem.combineAttributesList(PdfObject attributesObject, int insertIndex, List<PdfStructureAttributes> newAttributesList, PdfNumber revision) private static voidAccessibilityPropertiesToStructElem.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 PdfStructureAttributesAccessibleAttributesApplier.getLayoutAttributes(AbstractRenderer renderer, TagTreePointer taggingPointer) static PdfStructureAttributesAccessibleAttributesApplier.getListAttributes(AbstractRenderer renderer, TagTreePointer taggingPointer) static PdfStructureAttributesAccessibleAttributesApplier.getTableAttributes(AbstractRenderer renderer, TagTreePointer taggingPointer)