TextDirection Enumeration
|
Represents different text direction.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum TextDirection
Public Enumeration TextDirection
public enum class TextDirection
Members
|
Member name
|
Value
|
Description
|
|
Horizontal
|
0
|
Represents the horizontal text direction
|
|
RotateAllText90
|
1
|
Rotates the text by 90 degrees
|
|
RotateAllText270
|
2
|
Rotates the text by 270 degrees
|
|
StackedLeftToRight
|
3
|
Rotates the text from left to right
|
|
StackedRightToLeft
|
4
|
Rotates the text from right to left
|
See Also