textwrappingstyle-ag凯发旗舰厅



com.spire.doc.documents
enum textwrappingstyle

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

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

inline

public static final textwrappingstyle inline
inline text wrapping style

top_and_bottom

public static final textwrappingstyle top_and_bottom
topandbottom text wrapping style

square

public static final textwrappingstyle square
square text wrapping style

in_front_of_text

public static final textwrappingstyle in_front_of_text
no text wrapping style

tight

public static final textwrappingstyle tight
tight text wrapping style

through

public static final textwrappingstyle through
through text wrapping style

behind

public static final textwrappingstyle behind
behind text wrapping style

none

public static final textwrappingstyle none
method detail

getvalue

public int getvalue()


网站地图