Uses of Enum Class
htmlcompiler.pojos.compile.StyleType
Packages that use StyleType
-
Uses of StyleType in htmlcompiler.pojos.compile
Methods in htmlcompiler.pojos.compile that return StyleTypeModifier and TypeMethodDescriptionstatic StyleTypeStyleType.detectStyleType(org.jsoup.nodes.Element element, StyleType defaultValue) static StyleTypeStyleType.detectStyleType(Element element, StyleType defaultValue) static StyleTypeReturns the enum constant of this class with the specified name.static StyleType[]StyleType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in htmlcompiler.pojos.compile with parameters of type StyleTypeModifier and TypeMethodDescriptionstatic StyleTypeStyleType.detectStyleType(org.jsoup.nodes.Element element, StyleType defaultValue) static StyleTypeStyleType.detectStyleType(Element element, StyleType defaultValue)