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 TextDecorationReturns 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 voidWCssDecorationStyle.setTextDecoration(TextDecoration option, TextDecoration... options) Sets text decoration options.Method parameters in eu.webtoolkit.jwt with type arguments of type TextDecorationModifier and TypeMethodDescriptionvoidWCssDecorationStyle.setTextDecoration(EnumSet<TextDecoration> options) Sets text decoration options.