Edit

Share via


Word.TextOrientation 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 of text in a text frame or shape.

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]

Fields

downward = "Downward"

Text is vertical with letters rotated 90 degrees counterclockwise.

horizontal = "Horizontal"

Text is horizontal.

horizontalRotatedFarEast = "HorizontalRotatedFarEast"

Text is horizontal but from right to left to accommodate right-to-left languages.

upward = "Upward"

Text is vertical with letters rotated 90 degrees clockwise.

vertical = "Vertical"

Text is vertical and reads downward from the top, left to right.

verticalFarEast = "VerticalFarEast"

Text is vertical and reads downward from the top, right to left.