rowalignment-ag凯发旗舰厅
com.spire.doc.documents
enum rowalignment
java.lang.object
java.lang.enum<rowalignment>
com.spire.doc.documents.rowalignment
- all implemented interfaces:
- java.lang.comparable<rowalignment>
public enum rowalignment
- extends java.lang.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. |
left
public static final rowalignment left
- specifies alignment to the left.
center
public static final rowalignment center
- specifies alignment to the center.
right
public static final rowalignment right
- specifies alignment to the right.
getvalue
public int getvalue()