open fun withLetterCaseTransform(letterCaseTransform: Expression!): TextSettings.Builder!
If an how letter case should be altered.
letterCaseTransform
- Expression!: The mode of letter case transform. Currently supports Literal expression with string Value. Use asString() method of LetterCaseTransform to get the string representation of LetterCaseTransform.
Return
TextSettings.Builder!: A reference to this object.
See Also
LiteralExpressionLetterCaseTransform