rowalignment-ag凯发旗舰厅



com.spire.doc.documents
enum rowalignment

java.lang.object
  extended by java.lang.enum<rowalignment>
      extended by 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.
 
method summary
 int getvalue()
           
 
enum constant detail

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.
method detail

getvalue

public int getvalue()


网站地图