wrapmode-ag凯发旗舰厅



com.spire.doc
enum wrapmode

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

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

specifies wrap mode.


enum constant summary
by_points
          bypoints wrap mode.
inline
          the shape remains on the same layer as text and treated as a character.
none
          no wrap mode.
square
          square wrap mode.
through
          through wrap mode.
top_bottom
          topbottom wrap mode.
 
method summary
 int getvalue()
           
 
enum constant detail

square

public static final wrapmode square
square wrap mode.

by_points

public static final wrapmode by_points
bypoints wrap mode.

none

public static final wrapmode none
no wrap mode.

top_bottom

public static final wrapmode top_bottom
topbottom wrap mode.

through

public static final wrapmode through
through wrap mode.

inline

public static final wrapmode inline
the shape remains on the same layer as text and treated as a character.
method detail

getvalue

public int getvalue()


网站地图