TextAlignment Enumeration
|
A 16-bit unsigned integer that specifies vertical font alignment for East Asian languages.
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum TextAlignment
Public Enumeration TextAlignment
public enum class TextAlignment
Members
|
Member name
|
Value
|
Description
|
|
Top
|
0
|
This value specifies that characters are aligned based on the top of each character.
|
|
Center
|
1
|
This value specifies that characters are centered on the line.
|
|
Baseline
|
2
|
This value specifies that characters are aligned based on their baseline.
This is how standard Latin text is displayed.
|
|
Bottom
|
3
|
This value specifies that characters are aligned based on the bottom of each character.
|
|
Auto
|
4
|
This value specifies that alignment is automatically determined by the application.
|
See Also