wrapmode-ag凯发旗舰厅
com.spire.doc
enum wrapmode
java.lang.object
java.lang.enum<wrapmode>
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. |
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.
getvalue
public int getvalue()