relativeverticalposition-ag凯发旗舰厅



com.spire.doc
enum relativeverticalposition

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

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

margin

public static final relativeverticalposition margin
specifies that the vertical positioning shall be relative to the page margins.

page

public static final relativeverticalposition page
the object is positioned relative to the top edge of the page.

paragraph

public static final relativeverticalposition paragraph
the object is positioned relative to the top of the paragraph that contains the anchor.

line

public static final relativeverticalposition line
undocumented.

top_margin

public static final relativeverticalposition top_margin
specifies that the vertical positioning shall be relative to the top margin of the current page.

bottom_margin

public static final relativeverticalposition bottom_margin
specifies that the vertical positioning shall be relative to the bottom margin of the current page.

inside_margin

public static final relativeverticalposition inside_margin
specifies that the vertical positioning shall be relative to the inside margin of the current page.

outside_margin

public static final relativeverticalposition outside_margin
specifies that the vertical positioning shall be relative to the outside margin of the current page.

table_default

public static final relativeverticalposition table_default
default value is relativeverticalposition.margin

text_frame_default

public static final relativeverticalposition text_frame_default
default value is relativeverticalposition.paragraph
method detail

getvalue

public int getvalue()


网站地图