TextVerticalType

TextVerticalType

Overview

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

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 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