TextVerticalType

TextVerticalType

Overview

TextVerticalType is a enum in Aspose.Slides FOSS for C++.

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 rotated 90° clockwise (top‑to‑bottom)
VERTICAL270Represents text rotated 270° clockwise (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 vertical WordArt text flowing right‑to‑left

See Also