TextTransform

enum TextTransform : Enum<TextTransform> , LayerProperty

Specifies how to capitalize text, similar to the CSS text-transform property.

Parameters

value

String value of this property

Entries

NONE
Link copied to clipboard
NONE("none")
The text is not altered.
UPPERCASE
Link copied to clipboard
UPPERCASE("uppercase")
Forces all letters to be displayed in uppercase.
LOWERCASE
Link copied to clipboard
LOWERCASE("lowercase")
Forces all letters to be displayed in lowercase.

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: TextTransform): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
fun finalize()
getDeclaringClass
Link copied to clipboard
fun getDeclaringClass(): Class<TextTransform>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
value
Link copied to clipboard
open override val value: String
String value of this property