Overview
TextAlignment is a enum in Aspose.Slides FOSS for Java.
Represents different text alignment styles.
Values
| Value | Description |
|---|
NOT_DEFINED | Represents an undefined text alignment |
LEFT | Represents left-aligned text |
CENTER | Represents centered text |
RIGHT | Represents right-aligned text |
JUSTIFY | Represents fully justified text |
JUSTIFY_LOW | Represents low-justified (distributed) text alignment |
DISTRIBUTED | Represents distributed text alignment across the line |
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