shapeverticalalignment-ag凯发旗舰厅



com.spire.doc
enum shapeverticalalignment

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

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

specifies vertical alignment of a floating shape.


enum constant summary
bottom
          the object is aligned to the bottom of the reference origin.
center
          the object is centered relative to the reference origin.
default
          same as shapeverticalalignment.none
inline
          not documented.
inside
          not documented.
none
          the object is explicitly positioned using position properties.
outside
          not documented.
top
          the object is aligned to the top of the reference origin.
 
method summary
 int getvalue()
           
 
enum constant detail

inline

public static final shapeverticalalignment inline
not documented.

none

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

top

public static final shapeverticalalignment top
the object is aligned to the top of the reference origin.

center

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

bottom

public static final shapeverticalalignment bottom
the object is aligned to the bottom of the reference origin.

inside

public static final shapeverticalalignment inside
not documented.

outside

public static final shapeverticalalignment outside
not documented.

default

public static final shapeverticalalignment default
same as shapeverticalalignment.none
method detail

getvalue

public int getvalue()


网站地图