General
TextCapType és un enum a Aspose.Slides FOSS per Java.
Representa el tipus de text amb mayúsculas.
Valors
| Value | Description |
|---|
NOT_DEFINED | Represents an undefined text capitalization setting |
NONE | Represents no text capitalization applied |
SMALL | Represents capitalization of only the first character of each word |
ALL | Represents capitalization of all characters in the text |
Propietats
| Name | Type | Access | Description |
|---|
value | String | Read | Holds the string representation of the capitalization type |
Mètodes
| Signature | Description |
|---|
getValue() → String | Returns the string value of this constant. |