Uses of Class
org.verapdf.wcag.algorithms.entities.enums.TextFormat
-
Packages that use TextFormat Package Description org.verapdf.wcag.algorithms.entities org.verapdf.wcag.algorithms.entities.content org.verapdf.wcag.algorithms.entities.enums -
-
Uses of TextFormat in org.verapdf.wcag.algorithms.entities
Methods in org.verapdf.wcag.algorithms.entities that return TextFormat Modifier and Type Method Description TextFormatSemanticTextNode. getTextFormat()Methods in org.verapdf.wcag.algorithms.entities with parameters of type TextFormat Modifier and Type Method Description voidSemanticTextNode. setTextFormat(TextFormat textFormat) -
Uses of TextFormat in org.verapdf.wcag.algorithms.entities.content
Methods in org.verapdf.wcag.algorithms.entities.content that return TextFormat Modifier and Type Method Description TextFormatTextChunk. getTextFormat()Methods in org.verapdf.wcag.algorithms.entities.content with parameters of type TextFormat Modifier and Type Method Description voidTextChunk. setTextFormat(TextFormat textFormat) -
Uses of TextFormat in org.verapdf.wcag.algorithms.entities.enums
Methods in org.verapdf.wcag.algorithms.entities.enums that return TextFormat Modifier and Type Method Description static TextFormatTextFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static TextFormat[]TextFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.
-