Overview
TextCapType is a enum in Aspose.Slides FOSS for Java.
Represents the type of text capitalisation.
Values
| Value | Description |
|---|
NOT_DEFINED | Represents an undefined text capitalization setting |
NONE | Represents no text capitalization |
SMALL | Represents small caps text capitalization |
ALL | Represents capitalization of all characters |
Properties
| Name | Type | Access | Description |
|---|
value | String | Read | Returns the string value of this constant. |
Methods
| Signature | Description |
|---|
getValue() → String | Returns the string value of this constant. |
See Also