|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<RowAlignment>
com.spire.doc.documents.RowAlignment
public enum RowAlignment
Specifies type of the horizontal alignment.
Enum Constant Summary | |
---|---|
Center
Specifies alignment to the center. |
|
Left
Specifies alignment to the left. |
|
Right
Specifies alignment to the right. |
Method Summary | |
---|---|
int |
getValue()
|
Enum Constant Detail |
---|
public static final RowAlignment Left
public static final RowAlignment Center
public static final RowAlignment Right
Method Detail |
---|
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |