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()