public final class UITextAutocapitalizationType
extends java.lang.Object
Controls autocapitalization behavior for a text widget. Note: Capitalization does not apply in all script systems. In such cases, these values are ignored by the keyboard/input method implementation.
| Modifier and Type | Field and Description |
|---|---|
static long |
AllCharacters |
static long |
None |
static long |
Sentences |
static long |
Words |
public static final long None
public static final long Words
public static final long Sentences
public static final long AllCharacters