TextVerticalType

TextVerticalType

Overview

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

Determines vertical writing mode for a text.

This enumeration defines 8 values: NOT_DEFINED, HORIZONTAL, VERTICAL, VERTICAL270, WORD_ART_VERTICAL, EAST_ASIAN_VERTICAL, MONGOLIAN_VERTICAL, WORD_ART_VERTICAL_RIGHT_TO_LEFT.

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