final class TextStyle extends Enum[TextStyle]
- Alphabetic
- By Inheritance
- TextStyle
- Enum
- Serializable
- Comparable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- def asNormal: TextStyle
Converts the style to the equivalent normal style.
Converts the style to the equivalent normal style.
- returns
the matching normal style
- def asStandalone: TextStyle
Converts the style to the equivalent stand-alone style.
Converts the style to the equivalent stand-alone style.
- returns
the matching stand-alone style
- final def compareTo(arg0: TextStyle): Int
- Definition Classes
- Enum → Comparable
- final def equals(arg0: AnyRef): Boolean
- Definition Classes
- Enum → AnyRef → Any
- final def getDeclaringClass(): Class[TextStyle]
- Definition Classes
- Enum
- final def hashCode(): Int
- Definition Classes
- Enum → AnyRef → Any
- def isStandalone: Boolean
Checks if the style is stand-alone.
Checks if the style is stand-alone.
- returns
true if the style is stand-alone
- final def name(): String
- Definition Classes
- Enum
- final def ordinal(): Int
- Definition Classes
- Enum
- def toString(): String
- Definition Classes
- Enum → AnyRef → Any