|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<textwrappingstyle>
com.spire.doc.documents.textwrappingstyle
public enum textwrappingstyle
specify text wrapping style for object.
enum constant summary | |
---|---|
behind
behind text wrapping style |
|
in_front_of_text
no text wrapping style |
|
inline
inline text wrapping style |
|
none
|
|
square
square text wrapping style |
|
through
through text wrapping style |
|
tight
tight text wrapping style |
|
top_and_bottom
topandbottom text wrapping style |
method summary | |
---|---|
int |
getvalue()
|
enum constant detail |
---|
public static final textwrappingstyle inline
public static final textwrappingstyle top_and_bottom
public static final textwrappingstyle square
public static final textwrappingstyle in_front_of_text
public static final textwrappingstyle tight
public static final textwrappingstyle through
public static final textwrappingstyle behind
public static final textwrappingstyle none
method detail |
---|
public int getvalue()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |