|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<RelativeHorizontalPosition>
com.spire.doc.RelativeHorizontalPosition
public enum RelativeHorizontalPosition
Specifies to what the horizontal position of a shape or text frame is relative. Do not renumber. The values are taken from the RTF specification.
Enum Constant Summary | |
---|---|
Character
The object is positioned relative to the left side of the paragraph. |
|
Column
The object is positioned relative to the left side of the column. |
|
Default
Default value is RelativeHorizontalPosition.Column |
|
Inside_Margin
Specifies that the horizontal positioning shall be relative to the inside margin of the current page (the left margin on odd pages, right on even pages). |
|
Left_Margin
Specifies that the horizontal positioning shall be relative to the left margin of the page. |
|
Margin
Specifies that the horizontal positioning shall be relative to the page margins. |
|
Outside_Margin
Specifies that the horizontal positioning shall be relative to the outside margin of the current page (the right margin on odd pages, left on even pages). |
|
Page
The object is positioned relative to the left edge of the page. |
|
Right_Margin
Specifies that the horizontal positioning shall be relative to the right margin of the page. |
Method Summary | |
---|---|
int |
getValue()
|
Enum Constant Detail |
---|
public static final RelativeHorizontalPosition Margin
public static final RelativeHorizontalPosition Page
public static final RelativeHorizontalPosition Column
public static final RelativeHorizontalPosition Character
public static final RelativeHorizontalPosition Left_Margin
public static final RelativeHorizontalPosition Right_Margin
public static final RelativeHorizontalPosition Inside_Margin
public static final RelativeHorizontalPosition Outside_Margin
public static final RelativeHorizontalPosition Default
RelativeHorizontalPosition.Column
Method Detail |
---|
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |