Aspose::Words::Drawing::ShapeTextOrientation enum
Contents
[
Hide
]ShapeTextOrientation enum
Specifies orientation of text in shapes.
enum class ShapeTextOrientation
Values
Name | Value | Description |
---|---|---|
Horizontal | 0 | Text is arranged horizontally (lr-tb). |
Downward | 1 | Text is rotated 90 degrees to the right to appear from top to bottom (tb-rl). |
Upward | 2 | Text is rotated 90 degrees to the left to appear from bottom to top (bt-lr). |
VerticalFarEast | 3 | Far East characters appear vertical, other text is rotated 90 degrees to the right to appear from top to bottom (tb-rl-v). |
VerticalRotatedFarEast | 4 | Far East characters appear vertical, other text is rotated 90 degrees to the right to appear from top to bottom vertically, then left to right horizontally (tb-lr-v). |
WordArtVertical | 5 | Text is vertical, with one letter on top of the other. |
WordArtVerticalRightToLeft | 6 | Text is vertical, with one letter on top of the other, then right to left horizontally. |
See Also
- Namespace Aspose::Words::Drawing
- Library Aspose.Words for C++