shapehorizontalalignment-ag凯发旗舰厅



com.spire.doc
enum shapehorizontalalignment

java.lang.object
  extended by java.lang.enum<shapehorizontalalignment>
      extended by com.spire.doc.shapehorizontalalignment
all implemented interfaces:
java.lang.comparable<shapehorizontalalignment>

public enum shapehorizontalalignment
extends java.lang.enum<shapehorizontalalignment>

specifies horizontal alignment of a floating shape.


enum constant summary
center
          the object is centered to the reference origin.
inside
          not documented.
left
          the object is aligned to the left of the reference origin.
none
          the object is explicitly positioned using position properties.
outside
          not documented.
right
          the object is aligned to the right of the reference origin.
 
method summary
 int getvalue()
           
 
enum constant detail

none

public static final shapehorizontalalignment none
the object is explicitly positioned using position properties.

left

public static final shapehorizontalalignment left
the object is aligned to the left of the reference origin.

center

public static final shapehorizontalalignment center
the object is centered to the reference origin.

right

public static final shapehorizontalalignment right
the object is aligned to the right of the reference origin.

inside

public static final shapehorizontalalignment inside
not documented.

outside

public static final shapehorizontalalignment outside
not documented.
method detail

getvalue

public int getvalue()


网站地图