Overview
TextAutofitType is a enum in Aspose.Slides FOSS for Java.
Represents text autofit mode.
Values
| Value | Description |
|---|
NOT_DEFINED | Represents an undefined text autofit mode |
NONE | Represents no autofit applied to the text |
NORMAL | Represents standard autofit behavior for text |
SHAPE | Represents autofit that adjusts the shape to fit the text |
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