Uses of Class
com.helger.html.hc.html.EHCTextDirection
-
Packages that use EHCTextDirection Package Description com.helger.html.hc.html -
-
Uses of EHCTextDirection in com.helger.html.hc.html
Fields in com.helger.html.hc.html declared as EHCTextDirection Modifier and Type Field Description static EHCTextDirectionEHCTextDirection. DEFAULTDefault text direction: left-to-rightstatic EHCTextDirectionEHCTextDirection. DEFAULT_HTML5Default text direction for HTML5: left-to-rightMethods in com.helger.html.hc.html that return EHCTextDirection Modifier and Type Method Description EHCTextDirectionAbstractHCElement. getDirection()EHCTextDirectionIHCElement. getDirection()static EHCTextDirectionEHCTextDirection. getFromAttrValueOrNull(String sAttrValue)static EHCTextDirectionEHCTextDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static EHCTextDirection[]EHCTextDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.html.hc.html with parameters of type EHCTextDirection Modifier and Type Method Description IMPLTYPEAbstractHCElement. setDirection(EHCTextDirection eDirection)IMPLTYPEIHCElement. setDirection(EHCTextDirection eDirection)Set the value of the HTMLdirattribute.
-