Aspose::Cells::Drawing::Texts::TextVerticalType enum
TextVerticalType enum
Represents the text direct type.
enum class TextVerticalType
Values
Name | Value | Description |
---|---|---|
Vertical | 0 | East Asian Vertical display. |
Horizontal | 1 | Horizontal text. |
VerticalLeftToRight | 2 | Displayed vertical and the text flows top down then LEFT to RIGHT. |
Vertical90 | 3 | Each line is 90 degrees rotated clockwise. |
Vertical270 | 4 | Each line is 270 degrees rotated clockwise. |
Stacked | 5 | Determines if all of the text is vertical. |
StackedRightToLeft | 6 | Specifies that vertical WordArt should be shown from right to left rather than left to right. |
See Also
- Namespace Aspose::Cells::Drawing::Texts
- Library Aspose.Cells for C++