Uses of Class
com.aspectran.core.context.rule.type.TextStyleType
-
Packages that use TextStyleType Package Description com.aspectran.core.context.rule com.aspectran.core.context.rule.type com.aspectran.core.util -
-
Uses of TextStyleType in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return TextStyleType Modifier and Type Method Description TextStyleTypeTemplateRule. getContentStyle()Methods in com.aspectran.core.context.rule with parameters of type TextStyleType Modifier and Type Method Description protected voidTemplateRule. setContentStyle(TextStyleType contentStyle) -
Uses of TextStyleType in com.aspectran.core.context.rule.type
Methods in com.aspectran.core.context.rule.type that return TextStyleType Modifier and Type Method Description static TextStyleTypeTextStyleType. resolve(java.lang.String alias)Returns anTextStyleTypewith a value represented by the specifiedString.static TextStyleTypeTextStyleType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TextStyleType[]TextStyleType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TextStyleType in com.aspectran.core.util
Methods in com.aspectran.core.util with parameters of type TextStyleType Modifier and Type Method Description static java.lang.StringTextStyler. styling(java.lang.String text, TextStyleType textStyleType)
-