Package org.apache.fop.accessibility
Class Accessibility
- java.lang.Object
-
- org.apache.fop.accessibility.Accessibility
-
public final class Accessibility extends java.lang.Object
Helper class for FOP's accessibility features.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ACCESSIBILITY
Constant string for the rendering options key to enable accessibility features.static java.lang.String
KEEP_EMPTY_TAGS
Constant string for the rendering options key to suppress empty tags from structure tree.static java.lang.String
ROLE_ARTIFACT
The value to be set on the 'role' property for the element and its descendants to be considered as artifacts.
-
Constructor Summary
Constructors Modifier Constructor Description private
Accessibility()
-
-
-
Field Detail
-
ACCESSIBILITY
public static final java.lang.String ACCESSIBILITY
Constant string for the rendering options key to enable accessibility features.- See Also:
- Constant Field Values
-
KEEP_EMPTY_TAGS
public static final java.lang.String KEEP_EMPTY_TAGS
Constant string for the rendering options key to suppress empty tags from structure tree.- See Also:
- Constant Field Values
-
ROLE_ARTIFACT
public static final java.lang.String ROLE_ARTIFACT
The value to be set on the 'role' property for the element and its descendants to be considered as artifacts.- See Also:
- Constant Field Values
-
-