Word.FlowDirection enum
Specifies the direction in which text flows from one text column to the next.
Remarks
Used by
Fields
| leftToRight = "LeftToRight" | Text flows from left to right. |
| rightToLeft = "RightToLeft" | Text flows from right to left. |