com.aspose.slides.pptx
Class TextAutofitTypeEx

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by com.aspose.slides.pptx.TextAutofitTypeEx
All Implemented Interfaces:
java.lang.Comparable

public class TextAutofitTypeEx
extends Enumerate

Enumeration which defines text autofit modes.


Field Summary
static TextAutofitTypeEx NONE
          No autofit
static int NONE_ID
           
static TextAutofitTypeEx NORMAL
          Normal autofit
static int NORMAL_ID
           
static TextAutofitTypeEx NOT_DEFINED
          Not defined
static int NOT_DEFINED_ID
           
static TextAutofitTypeEx SHAPE
          Shape autofit
static int SHAPE_ID
           
 
Method Summary
 
Methods inherited from class com.aspose.slides.Enumerate
compareTo, equals, getId, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NOT_DEFINED

public static final TextAutofitTypeEx NOT_DEFINED
Not defined


NOT_DEFINED_ID

public static final int NOT_DEFINED_ID
See Also:
Constant Field Values

NONE

public static final TextAutofitTypeEx NONE
No autofit


NONE_ID

public static final int NONE_ID
See Also:
Constant Field Values

NORMAL

public static final TextAutofitTypeEx NORMAL
Normal autofit


NORMAL_ID

public static final int NORMAL_ID
See Also:
Constant Field Values

SHAPE

public static final TextAutofitTypeEx SHAPE
Shape autofit


SHAPE_ID

public static final int SHAPE_ID
See Also:
Constant Field Values