type TextCase = "Normal" | "Uppercase" | "Lowercase" | "Titlecase";
Represents the text case of a text block.