relativehorizontalposition-ag凯发旗舰厅



com.spire.doc
enum relativehorizontalposition

java.lang.object
  extended by java.lang.enum<relativehorizontalposition>
      extended by com.spire.doc.relativehorizontalposition
all implemented interfaces:
java.lang.comparable<relativehorizontalposition>

public enum relativehorizontalposition
extends java.lang.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

margin

public static final relativehorizontalposition margin
specifies that the horizontal positioning shall be relative to the page margins.

page

public static final relativehorizontalposition page
the object is positioned relative to the left edge of the page.

column

public static final relativehorizontalposition column
the object is positioned relative to the left side of the column.

character

public static final relativehorizontalposition character
the object is positioned relative to the left side of the paragraph.

left_margin

public static final relativehorizontalposition left_margin
specifies that the horizontal positioning shall be relative to the left margin of the page.

right_margin

public static final relativehorizontalposition right_margin
specifies that the horizontal positioning shall be relative to the right margin of the page.

inside_margin

public static final relativehorizontalposition 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).

outside_margin

public static final relativehorizontalposition 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).

default

public static final relativehorizontalposition default
default value is relativehorizontalposition.column
method detail

getvalue

public int getvalue()


网站地图