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: 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

MemberValueDescription
Top0
This value specifies that characters are aligned based on the top of each character.
Center1
This value specifies that characters are centered on the line.
Baseline2
This value specifies that characters are aligned based on their baseline. This is how standard Latin text is displayed.
Bottom3
This value specifies that characters are aligned based on the bottom of each character.
Auto4
This value specifies that alignment is automatically determined by the application.

See Also