Enum TextVerticalType

TextVerticalType enumeration

Represents the text direct type.

public enum TextVerticalType

Values

NameValueDescription
Vertical0East Asian Vertical display.
Horizontal1Horizontal text.
VerticalLeftToRight2Displayed vertical and the text flows top down then LEFT to RIGHT
Vertical903Each line is 90 degrees rotated clockwise
Vertical2704Each line is 270 degrees rotated clockwise
Stacked5Determines if all of the text is vertical
StackedRightToLeft6Specifies that vertical WordArt should be shown from right to left rather than left to right.

See Also