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 class
PdfUserPropertiesAttributes
Methods in com.itextpdf.kernel.pdf.tagging that return PdfStructureAttributes Modifier and Type Method Description PdfStructureAttributes
PdfStructureAttributes. addEnumAttribute(java.lang.String attributeName, java.lang.String attributeValue)
PdfStructureAttributes
PdfStructureAttributes. addFloatAttribute(java.lang.String attributeName, float attributeValue)
PdfStructureAttributes
PdfStructureAttributes. addIntAttribute(java.lang.String attributeName, int attributeValue)
PdfStructureAttributes
PdfStructureAttributes. addTextAttribute(java.lang.String attributeName, java.lang.String attributeValue)
PdfStructureAttributes
PdfStructureAttributes. removeAttribute(java.lang.String attributeName)
-
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. attributesList
Methods 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 AccessibilityProperties
AccessibilityProperties. addAttributes(int index, PdfStructureAttributes attributes)
Adds the attributes to the element with specified index.AccessibilityProperties
AccessibilityProperties. addAttributes(PdfStructureAttributes attributes)
Adds the attributes to the element.AccessibilityProperties
BackedAccessibilityProperties. addAttributes(int index, PdfStructureAttributes attributes)
AccessibilityProperties
BackedAccessibilityProperties. addAttributes(PdfStructureAttributes attributes)
AccessibilityProperties
DefaultAccessibilityProperties. addAttributes(int index, PdfStructureAttributes attributes)
AccessibilityProperties
DefaultAccessibilityProperties. addAttributes(PdfStructureAttributes attributes)
Method parameters in com.itextpdf.kernel.pdf.tagutils with type arguments of type PdfStructureAttributes Modifier and Type Method Description private static void
AccessibilityPropertiesToStructElem. addNewAttributesToAttributesArray(int insertIndex, java.util.List<PdfStructureAttributes> newAttributesList, PdfNumber revision, PdfArray attributesArray)
(package private) static PdfObject
AccessibilityPropertiesToStructElem. combineAttributesList(PdfObject attributesObject, int insertIndex, java.util.List<PdfStructureAttributes> newAttributesList, PdfNumber revision)
private static void
AccessibilityPropertiesToStructElem. 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 PdfStructureAttributes
AccessibleAttributesApplier. getLayoutAttributes(AbstractRenderer renderer, TagTreePointer taggingPointer)
static PdfStructureAttributes
AccessibleAttributesApplier. getListAttributes(AbstractRenderer renderer, TagTreePointer taggingPointer)
static PdfStructureAttributes
AccessibleAttributesApplier. getTableAttributes(AbstractRenderer renderer, TagTreePointer taggingPointer)
-