Uses of Class
org.verapdf.wcag.algorithms.entities.enums.TextType
-
Packages that use TextType Package Description org.verapdf.wcag.algorithms.entities.enums -
-
Uses of TextType in org.verapdf.wcag.algorithms.entities.enums
Methods in org.verapdf.wcag.algorithms.entities.enums that return TextType Modifier and Type Method Description static TextTypeTextType. valueOf(String name)Returns the enum constant of this type with the specified name.static TextType[]TextType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-