Uses of Enum Class
eu.webtoolkit.jwt.TextDecoration
Packages that use TextDecoration
-
Uses of TextDecoration in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return TextDecorationModifier and TypeMethodDescriptionstatic TextDecoration
Returns the enum constant of this class with the specified name.static TextDecoration[]
TextDecoration.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.webtoolkit.jwt that return types with arguments of type TextDecorationModifier and TypeMethodDescriptionWCssDecorationStyle.getTextDecoration()
Returns the text decoration options.Methods in eu.webtoolkit.jwt with parameters of type TextDecorationModifier and TypeMethodDescriptionfinal void
WCssDecorationStyle.setTextDecoration
(TextDecoration option, TextDecoration... options) Sets text decoration options.Method parameters in eu.webtoolkit.jwt with type arguments of type TextDecorationModifier and TypeMethodDescriptionvoid
WCssDecorationStyle.setTextDecoration
(EnumSet<TextDecoration> options) Sets text decoration options.