TextVerticalType

TextVerticalType

Overview

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

Determines vertical writing mode for a text.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined or default vertical text orientation
HORIZONTALRepresents standard horizontal text layout
VERTICALRepresents text laid out vertically from top to bottom
VERTICAL270Represents text rotated 270 degrees vertically
WORD_ART_VERTICALRepresents vertical WordArt text orientation
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

Properties

NameTypeAccessDescription
valueStringReadReturns the string value of this constant.

Methods

SignatureDescription
getValue()StringReturns the string value of this constant.

See Also