General
TextAlignment és un enum a Aspose.Slides FOSS per Java.
Representa diferents estils d’alinjament de text.
Valors
| Value | Description |
|---|
NOT_DEFINED | Represents an undefined or default 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 justification (distributed with minimal spacing) |
DISTRIBUTED | Represents evenly distributed text alignment |
Propietats
| Name | Type | Access | Description |
|---|
value | String | Read | Stores the string representation of the alignment constant |
Mètodes
| Signature | Description |
|---|
getValue() → String | Returns the string value of this constant. |