com.spire.doc.documents
Enum TextWrappingType

java.lang.Object
  extended by java.lang.Enum<TextWrappingType>
      extended by com.spire.doc.documents.TextWrappingType
All Implemented Interfaces:
java.lang.Comparable<TextWrappingType>

public enum TextWrappingType
extends java.lang.Enum<TextWrappingType>

Specify text wrapping type for textbox.


Enum Constant Summary
Both
          Wrap text both sides
Default
          The default.
Largest
          Wrap text largest
Left
          Wrap text left side
Right
          Wrap text right side
 
Method Summary
 int getValue()
           
 

Enum Constant Detail

Both

public static final TextWrappingType Both
Wrap text both sides


Left

public static final TextWrappingType Left
Wrap text left side


Right

public static final TextWrappingType Right
Wrap text right side


Largest

public static final TextWrappingType Largest
Wrap text largest


Default

public static final TextWrappingType Default
The default.

Method Detail

getValue

public int getValue()