|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<relativeverticalposition>
com.spire.doc.relativeverticalposition
public enum relativeverticalposition
enum constant summary | |
---|---|
bottom_margin
specifies that the vertical positioning shall be relative to the bottom margin of the current page. |
|
inside_margin
specifies that the vertical positioning shall be relative to the inside margin of the current page. |
|
line
undocumented. |
|
margin
specifies that the vertical positioning shall be relative to the page margins. |
|
outside_margin
specifies that the vertical positioning shall be relative to the outside margin of the current page. |
|
page
the object is positioned relative to the top edge of the page. |
|
paragraph
the object is positioned relative to the top of the paragraph that contains the anchor. |
|
table_default
default value is relativeverticalposition.margin |
|
text_frame_default
default value is relativeverticalposition.paragraph |
|
top_margin
specifies that the vertical positioning shall be relative to the top margin of the current page. |
method summary | |
---|---|
int |
getvalue()
|
enum constant detail |
---|
public static final relativeverticalposition margin
public static final relativeverticalposition page
public static final relativeverticalposition paragraph
public static final relativeverticalposition line
public static final relativeverticalposition top_margin
public static final relativeverticalposition bottom_margin
public static final relativeverticalposition inside_margin
public static final relativeverticalposition outside_margin
public static final relativeverticalposition table_default
relativeverticalposition.margin
public static final relativeverticalposition text_frame_default
relativeverticalposition.paragraph
method detail |
---|
public int getvalue()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |