Word.ShapeTextOrientation enum
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Specifies the orientation for the text frame in a shape.
Remarks
[ API set: WordApi BETA (PREVIEW ONLY) ]
Fields
eastAsianHorizontalRotated = "EastAsianHorizontalRotated" | A special version of vertical text, where some fonts are displayed as if rotated. |
eastAsianVertical = "EastAsianVertical" | A special version of vertical text, where some fonts are displayed as if rotated. |
horizontal = "Horizontal" | Horizontal text. |
mixed = "Mixed" | A combination of automatic orientation is used. |
none = "None" | No orientation, such as in a new geometric shape. |
vertical = "Vertical" | Determines if all of the text is vertical orientation (each line is 90 degrees rotated clockwise). |
vertical270 = "Vertical270" | Determines if all of the text is vertical orientation (each line is 270 degrees rotated clockwise). |
Office Add-ins