TextCapType
Overview
TextCapType is a enum in Aspose.Slides FOSS for Java.
Represents the type of text capitalisation.
This enum provides 1 method for working with TextCapType objects in Java programs.
Available methods include: getValue.
All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package.
Properties: value.
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. |