public final class TextCase
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static TextCase |
Allcaps
Text is all upper case.
|
static TextCase |
LowerCase
Text is all lower case.
|
static TextCase |
Normal
Text is proper/mixed case.
|
| Modifier and Type | Method and Description |
|---|---|
static TextCase |
valueOf(java.lang.String name) |
static TextCase[] |
values() |