Aspose::Words::Drawing::ShapeTextOrientation enum

ShapeTextOrientation enum

Specifies orientation of text in shapes.

enum class ShapeTextOrientation

Values

NameValueDescription
Horizontal0Text is arranged horizontally (lr-tb).
Downward1Text is rotated 90 degrees to the right to appear from top to bottom (tb-rl).
Upward2Text is rotated 90 degrees to the left to appear from bottom to top (bt-lr).
VerticalFarEast3Far East characters appear vertical, other text is rotated 90 degrees to the right to appear from top to bottom (tb-rl-v).
VerticalRotatedFarEast4Far 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).
WordArtVertical5Text is vertical, with one letter on top of the other.
WordArtVerticalRightToLeft6Text is vertical, with one letter on top of the other, then right to left horizontally.

See Also