A 16-bit unsigned integer that specifies vertical font alignment for East Asian languages.
Namespace: Spire.Doc.DocumentsAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum TextAlignment
Public Enumeration TextAlignment
public enum class TextAlignment
type TextAlignment
Members
| Member | 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.
|