Companion

object Companion

Static methods and variables.

Functions

Link copied to clipboard
@JvmStatic
fun valueOf(value: String): TextTransform

Utility function to get TextTransform instance from given value.

Properties

Link copied to clipboard
@JvmField
val LOWERCASE: TextTransform

Forces all letters to be displayed in lowercase.

Link copied to clipboard
@JvmField
val NONE: TextTransform

The text is not altered.

Link copied to clipboard
@JvmField
val UPPERCASE: TextTransform

Forces all letters to be displayed in uppercase.