Enum TextDirection
Specifies the direction of text.
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public enum TextDirection
Fields
Name | Description |
---|---|
Horizontal | Text flows horizontally. default. |
HorizontalFarEast | Text flows horizontally and reads from right to left in order to read Far East Languages. |
Vertical | Text flows vertically and reads from top to bottom, left to right. |
VerticalBottomToTop | Text flows vertically and reads from bottom to top. |
VerticalFarEast | Text flows vertically and reads from top to bottom, right to left in order to read Far East Languages. |
VerticalTopToBottom | Text flows vertically and reads from top to bottom. |