Class TextDirection
Represents different text direction.
Inheritance
System.Object
TextDirection
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class TextDirection : Enum
Fields
Horizontal
Represents the horizontal text direction
Declaration
public const TextDirection Horizontal
Field Value
Type |
---|
TextDirection |
RotateAllText270
Rotates the text by 270 degrees
Declaration
public const TextDirection RotateAllText270
Field Value
Type |
---|
TextDirection |
RotateAllText90
Rotates the text by 90 degrees
Declaration
public const TextDirection RotateAllText90
Field Value
Type |
---|
TextDirection |
StackedLeftToRight
Rotates the text from left to right
Declaration
public const TextDirection StackedLeftToRight
Field Value
Type |
---|
TextDirection |
StackedRightToLeft
Rotates the text from right to left
Declaration
public const TextDirection StackedRightToLeft
Field Value
Type |
---|
TextDirection |