Overview
TextVerticalType is a enum in Aspose.Slides FOSS for Java.
Determines vertical writing mode for a text.
Values
| Value | Description |
|---|
NOT_DEFINED | Represents an undefined or default vertical text orientation |
HORIZONTAL | Represents standard horizontal text layout |
VERTICAL | Represents text laid out vertically from top to bottom |
VERTICAL270 | Represents text rotated 270 degrees vertically |
WORD_ART_VERTICAL | Represents vertical WordArt text orientation |
EAST_ASIAN_VERTICAL | Represents vertical layout for East Asian scripts |
MONGOLIAN_VERTICAL | Represents vertical layout for Mongolian script |
WORD_ART_VERTICAL_RIGHT_TO_LEFT | Represents vertical WordArt text flowing right‑to‑left |
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