Determines the flow of the text layout in a textbox.
[Visual Basic]
Public Enum LayoutFlow
[C#]public enum LayoutFlow
Remarks
Members
| Member Name | Description | Value |
| Horizontal | Text is displayed horizontally. | 0 |
| TopToBottomIdeographic | Ideographic text is displayed vertically. | 1 |
| BottomToTop | Text is displayed vertically. | 2 |
| TopToBottom | Text is displayed vertically. | 3 |
| HorizontalIdeographic | Ideographic text is displayed horizontally. | 4 |
| Vertical | Text is displayed vertically. | 5 |
Requirements
Namespace: Aspose.Words.Drawing
Assembly: Aspose.Words (in Aspose.Words.dll)
See Also
Aspose.Words.Drawing Namespace | LayoutFlow