TextVerticalType Enum
TextVerticalType Enum
Represents the text direct type.
type TextVerticalType int32
Fields
| Field | Description | 
|---|---|
| Vertical | East Asian Vertical display. | 
| Horizontal | Horizontal text. | 
| VerticalLeftToRight | Displayed vertical and the text flows top down then LEFT to RIGHT | 
| Vertical90 | Each line is 90 degrees rotated clockwise | 
| Vertical270 | Each line is 270 degrees rotated clockwise | 
| Stacked | Determines if all of the text is vertical | 
| StackedRightToLeft | Specifies that vertical WordArt should be shown from right to left rather than left to right. |