Aspose::Cells::Drawing::Texts::TextVerticalType enum

TextVerticalType enum

Represents the text direct type.

enum class TextVerticalType

Values

NameValueDescription
Vertical0
East Asian Vertical display.
Horizontal1
Horizontal text.
VerticalLeftToRight2
Displayed vertical and the text flows top down then LEFT to RIGHT.
Vertical903
Each line is 90 degrees rotated clockwise.
Vertical2704
Each line is 270 degrees rotated clockwise.
Stacked5
Determines if all of the text is vertical.
StackedRightToLeft6
Specifies that vertical WordArt should be shown from right to left rather than left to right.

See Also