TextVerticalType
Overview
TextVerticalType is a enum in Aspose.Slides FOSS for Java.
Determines vertical writing mode for a text.
This enum provides 1 method for working with TextVerticalType objects in Java programs.
Available methods include: getValue.
All public 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 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. |