TextVerticalType
Overview
TextVerticalType is a enum in Aspose.Slides FOSS for C++.
Determines vertical writing mode for a text.
Values
| Value | Description |
|---|---|
NOT_DEFINED | Represents an undefined or default vertical text orientation |
HORIZONTAL | Represents standard left‑to‑right horizontal text |
VERTICAL | Represents text rotated 90° clockwise (top‑to‑bottom) |
VERTICAL270 | Represents text rotated 270° clockwise (bottom‑to‑top) |
WORD_ART_VERTICAL | Represents vertical WordArt text layout |
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 |