Uses of Class
org.xmlet.htmlapifaster.EnumSpellcheckType
-
Packages that use EnumSpellcheckType Package Description org.xmlet.htmlapifaster -
-
Uses of EnumSpellcheckType in org.xmlet.htmlapifaster
Methods in org.xmlet.htmlapifaster that return EnumSpellcheckType Modifier and Type Method Description static EnumSpellcheckTypeEnumSpellcheckType. valueOf(String name)Returns the enum constant of this type with the specified name.static EnumSpellcheckType[]EnumSpellcheckType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xmlet.htmlapifaster with parameters of type EnumSpellcheckType Modifier and Type Method Description default TGlobalAttributes. attrSpellcheck(EnumSpellcheckType attrSpellcheck)
-