Uses of Class
htmlcompiler.pojos.compile.StyleType
| Package | Description |
|---|---|
| htmlcompiler.pojos.compile |
-
Uses of StyleType in htmlcompiler.pojos.compile
Methods in htmlcompiler.pojos.compile that return StyleType Modifier and Type Method Description static StyleTypeStyleType. detectStyleType(org.jsoup.nodes.Element element, StyleType defaultValue)static StyleTypeStyleType. detectStyleType(Element element, StyleType defaultValue)static StyleTypeStyleType. valueOf(String name)Returns the enum constant of this type with the specified name.static StyleType[]StyleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in htmlcompiler.pojos.compile with parameters of type StyleType Modifier and Type Method Description static StyleTypeStyleType. detectStyleType(org.jsoup.nodes.Element element, StyleType defaultValue)static StyleTypeStyleType. detectStyleType(Element element, StyleType defaultValue)