TextAnchorType
Overview
TextAnchorType is a enum in Aspose.Slides FOSS for Java.
text box alignment within a text area.
This enum provides 1 method for working with TextAnchorType objects in Java programs.
Available methods include: getValue.
All exported 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 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. |