|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<TextAlignment>
com.spire.doc.documents.TextAlignment
public enum TextAlignment
A 16-bit unsigned integer that specifies vertical font alignment for East Asian languages.
| Enum Constant Summary | |
|---|---|
Auto
This value specifies that alignment is automatically determined by the application. |
|
Baseline
This value specifies that characters are aligned based on their baseline. |
|
Bottom
This value specifies that characters are aligned based on the bottom of each character. |
|
Center
This value specifies that characters are centered on the line. |
|
Top
This value specifies that characters are aligned based on the top of each character. |
|
| Method Summary | |
|---|---|
int |
getValue()
|
| Enum Constant Detail |
|---|
public static final TextAlignment Top
public static final TextAlignment Center
public static final TextAlignment Baseline
public static final TextAlignment Bottom
public static final TextAlignment Auto
| Method Detail |
|---|
public int getValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||