Overview
TextAnchorType is a enum in Aspose.Slides FOSS for Java.
text box alignment within a text area.
Values
| Value | Description |
|---|
NOT_DEFINED | Represents an undefined text anchor |
TOP | Represents top vertical alignment of text |
CENTER | Represents centered vertical alignment of text |
BOTTOM | |
JUSTIFIED | Represents justified text alignment |
DISTRIBUTED | Represents distributed text alignment |
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