Enum DocTextDirection
Specifies the direction of text.
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public enum DocTextDirection
Fields
Name | Description |
---|---|
LeftToRight | Text flows in left to right order. |
LeftToRightRotated | Text flows in left to right order and rotated. |
RightToLeft | Text flows in right to left order. |
RightToLeftRotated | Text flows in right to left order and rotated. |
TopToBottom | Text flows in Top to bottom order. |
TopToBottomRotated | Text flows in Top to bottom order and rotated. |