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