TextVerticalType

TextVerticalType

Overview

TextVerticalType is a enum in Aspose.Slides FOSS for Python.

Determines vertical writing mode for a text.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined or default vertical text orientation
HORIZONTALRepresents standard left‑to‑right horizontal text
VERTICALRepresents text stacked vertically from top to bottom
VERTICAL270Represents text rotated 270 degrees (bottom‑to‑top)
WORD_ART_VERTICALRepresents vertical WordArt text layout
EAST_ASIAN_VERTICALRepresents vertical layout for East Asian scripts
MONGOLIAN_VERTICALRepresents vertical layout for Mongolian script
WORD_ART_VERTICAL_RIGHT_TO_LEFTRepresents right‑to‑left vertical WordArt text

See Also