Defines the text case type for automatic case conversion. The actual text doesn't change, only adjusts how the text is rendered.

Enumeration Members

Enumeration Members

LowerCase: "LowerCase"

The text will be converted to all lower case letters when being rendered.

Untouched: "Untouched"

The text will not be changed.

UpperCase: "UpperCase"

The text will be converted to all upper case letters when being rendered.

Generated using TypeDoc