|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<shapeverticalalignment>
com.spire.doc.shapeverticalalignment
public 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 |
---|
public static final shapeverticalalignment inline
public static final shapeverticalalignment none
public static final shapeverticalalignment top
public static final shapeverticalalignment center
public static final shapeverticalalignment bottom
public static final shapeverticalalignment inside
public static final shapeverticalalignment outside
public static final shapeverticalalignment default
shapeverticalalignment.none
method detail |
---|
public int getvalue()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |