Enum TextDirection
Represents different text direction.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum TextDirection
Fields
Name | Description |
---|---|
Horizontal | Represents the horizontal text direction |
RotateAllText270 | Rotates the text by 270 degrees |
RotateAllText90 | Rotates the text by 90 degrees |
StackedLeftToRight | Rotates the text from left to right |
StackedRightToLeft | Rotates the text from right to left |