Uses of Class
com.itextpdf.kernel.pdf.tagging.PdfStructureAttributes
-
Packages that use PdfStructureAttributes Package Description com.itextpdf.kernel.pdf.tagging com.itextpdf.kernel.pdf.tagutils com.itextpdf.layout.renderer -
-
Uses of PdfStructureAttributes in com.itextpdf.kernel.pdf.tagging
Subclasses of PdfStructureAttributes in com.itextpdf.kernel.pdf.tagging Modifier and Type Class Description classPdfUserPropertiesAttributesMethods in com.itextpdf.kernel.pdf.tagging that return PdfStructureAttributes Modifier and Type Method Description PdfStructureAttributesPdfStructureAttributes. addEnumAttribute(java.lang.String attributeName, java.lang.String attributeValue)PdfStructureAttributesPdfStructureAttributes. addFloatAttribute(java.lang.String attributeName, float attributeValue)PdfStructureAttributesPdfStructureAttributes. addIntAttribute(java.lang.String attributeName, int attributeValue)PdfStructureAttributesPdfStructureAttributes. addTextAttribute(java.lang.String attributeName, java.lang.String attributeValue)PdfStructureAttributesPdfStructureAttributes. removeAttribute(java.lang.String attributeName)Methods in com.itextpdf.kernel.pdf.tagging that return types with arguments of type PdfStructureAttributes Modifier and Type Method Description java.util.List<PdfStructureAttributes>PdfStructElem. 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 PdfStructureAttributes Modifier and Type Field Description protected java.util.List<PdfStructureAttributes>DefaultAccessibilityProperties. attributesListMethods in com.itextpdf.kernel.pdf.tagutils that return types with arguments of type PdfStructureAttributes Modifier and Type Method Description java.util.List<PdfStructureAttributes>AccessibilityProperties. getAttributesList()Gets the attributes list.java.util.List<PdfStructureAttributes>BackedAccessibilityProperties. getAttributesList()java.util.List<PdfStructureAttributes>DefaultAccessibilityProperties. getAttributesList()Methods in com.itextpdf.kernel.pdf.tagutils with parameters of type PdfStructureAttributes Modifier and Type Method Description AccessibilityPropertiesAccessibilityProperties. addAttributes(int index, PdfStructureAttributes attributes)Adds the attributes to the element with specified index.AccessibilityPropertiesAccessibilityProperties. addAttributes(PdfStructureAttributes attributes)Adds the attributes to the element.AccessibilityPropertiesBackedAccessibilityProperties. addAttributes(int index, PdfStructureAttributes attributes)AccessibilityPropertiesBackedAccessibilityProperties. addAttributes(PdfStructureAttributes attributes)AccessibilityPropertiesDefaultAccessibilityProperties. addAttributes(int index, PdfStructureAttributes attributes)AccessibilityPropertiesDefaultAccessibilityProperties. addAttributes(PdfStructureAttributes attributes)Method parameters in com.itextpdf.kernel.pdf.tagutils with type arguments of type PdfStructureAttributes Modifier and Type Method Description private static voidAccessibilityPropertiesToStructElem. addNewAttributesToAttributesArray(int insertIndex, java.util.List<PdfStructureAttributes> newAttributesList, PdfNumber revision, PdfArray attributesArray)(package private) static PdfObjectAccessibilityPropertiesToStructElem. combineAttributesList(PdfObject attributesObject, int insertIndex, java.util.List<PdfStructureAttributes> newAttributesList, PdfNumber revision)private static voidAccessibilityPropertiesToStructElem. setAttributes(java.util.List<PdfStructureAttributes> newAttributesList, PdfStructElem elem) -
Uses of PdfStructureAttributes in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer that return PdfStructureAttributes Modifier and Type Method Description static PdfStructureAttributesAccessibleAttributesApplier. getLayoutAttributes(AbstractRenderer renderer, TagTreePointer taggingPointer)static PdfStructureAttributesAccessibleAttributesApplier. getListAttributes(AbstractRenderer renderer, TagTreePointer taggingPointer)static PdfStructureAttributesAccessibleAttributesApplier. getTableAttributes(AbstractRenderer renderer, TagTreePointer taggingPointer)
-