TextVerticalType
Overview
TextVerticalType is a enum in Aspose.Slides FOSS for Python.
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 stacked vertically from top to bottom |
VERTICAL270 | Represents text rotated 270 degrees (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 right‑to‑left vertical WordArt text |