TabAlignmentType Enumeration
|
Represents the tab alignment.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum TabAlignmentType
Public Enumeration TabAlignmentType
public enum class TabAlignmentType
Members
|
|
Member name
|
Value
|
Description
|
|
|
None
|
-1
|
|
|
|
Left
|
0
|
Left alignment
|
|
|
Center
|
1
|
Center alignment
|
|
|
Right
|
2
|
Right alignment
|
|
|
Decimal
|
3
|
Decimal alignment
|
See Also