|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<HorizontalOrigin>
com.spire.doc.documents.HorizontalOrigin
public enum HorizontalOrigin
Specify object's horizontal origin
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 |
|
Inner_Margin_Area
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_Area
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. |
|
Outer_Margin_Area
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_Area
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 HorizontalOrigin Column
public static final HorizontalOrigin Margin
public static final HorizontalOrigin Page
public static final HorizontalOrigin Character
public static final HorizontalOrigin Left_Margin_Area
public static final HorizontalOrigin Right_Margin_Area
public static final HorizontalOrigin Inner_Margin_Area
public static final HorizontalOrigin Outer_Margin_Area
public static final HorizontalOrigin Default
Method Detail |
---|
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |