Package com.itextpdf.layout.renderer
Class AccessibleAttributesApplier
- java.lang.Object
-
- com.itextpdf.layout.renderer.AccessibleAttributesApplier
-
public class AccessibleAttributesApplier extends java.lang.Object
Generates standard structure attributes for current tag based on the layout element properties and renderer layout results.
-
-
Constructor Summary
Constructors Constructor Description AccessibleAttributesApplier()
-
Method Summary
-
-
-
Method Detail
-
getLayoutAttributes
public static PdfStructureAttributes getLayoutAttributes(AbstractRenderer renderer, TagTreePointer taggingPointer)
-
getListAttributes
public static PdfStructureAttributes getListAttributes(AbstractRenderer renderer, TagTreePointer taggingPointer)
-
getTableAttributes
public static PdfStructureAttributes getTableAttributes(AbstractRenderer renderer, TagTreePointer taggingPointer)
-
applyCommonLayoutAttributes
private static void applyCommonLayoutAttributes(AbstractRenderer renderer, PdfDictionary attributes)
-
applyBlockLevelLayoutAttributes
private static void applyBlockLevelLayoutAttributes(java.lang.String role, AbstractRenderer renderer, PdfDictionary attributes)
-
applyInlineLevelLayoutAttributes
private static void applyInlineLevelLayoutAttributes(AbstractRenderer renderer, PdfDictionary attributes)
-
applyIllustrationLayoutAttributes
private static void applyIllustrationLayoutAttributes(AbstractRenderer renderer, PdfDictionary attributes)
-
applyPaddingAttribute
private static void applyPaddingAttribute(AbstractRenderer renderer, PdfDictionary attributes)
-
applyBorderAttributes
private static void applyBorderAttributes(AbstractRenderer renderer, PdfDictionary attributes)
-
resolveMappingToStandard
private static IRoleMappingResolver resolveMappingToStandard(TagTreePointer taggingPointer)
-
isTagStructurePdf2
private static boolean isTagStructurePdf2(PdfNamespace namespace)
-
transformTextAlignmentValueToName
private static PdfName transformTextAlignmentValueToName(TextAlignment textAlignment)
-
transformBlockAlignToName
private static PdfName transformBlockAlignToName(HorizontalAlignment horizontalAlignment)
-
transformBorderTypeToName
private static PdfName transformBorderTypeToName(int borderType)
-
transformNumberingTypeToName
private static PdfName transformNumberingTypeToName(ListNumberingType numberingType, boolean isTagStructurePdf2)
-
-