FontAlignmentType Enumeration
|
Represents vertical font alignment.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum FontAlignmentType
Public Enumeration FontAlignmentType
public enum class FontAlignmentType
Members
|
|
Member name
|
Value
|
Description
|
|
|
None
|
-1
|
|
|
|
Auto
|
0
|
|
|
|
Top
|
1
|
|
|
|
Center
|
2
|
|
|
|
Bottom
|
3
|
|
|
|
Baseline
|
4
|
|
See Also