horizontalposition-ag凯发旗舰厅



com.spire.doc
enum horizontalposition

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

public enum horizontalposition
extends java.lang.enum<horizontalposition>

specifies the absolute horizontal position.


enum constant summary
center
          the object is centered to the reference origin.
default
           
inline
           
inside
          "inside" horizontal position.
left
          the object is aligned to the left of the reference origin.
none
           
outside
          "outside" horizontal position.
right
          the object is aligned to the right of the reference origin.
 
method summary
 int getvalue()
           
 
enum constant detail

none

public static final horizontalposition none

left

public static final horizontalposition left
the object is aligned to the left of the reference origin.

center

public static final horizontalposition center
the object is centered to the reference origin.

right

public static final horizontalposition right
the object is aligned to the right of the reference origin.

inside

public static final horizontalposition inside
"inside" horizontal position.

outside

public static final horizontalposition outside
"outside" horizontal position.

inline

public static final horizontalposition inline

default

public static final horizontalposition default
method detail

getvalue

public int getvalue()


网站地图