|
|||||||||
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 |