com.aspose.slides.pptx
Class TextAutofitTypeEx

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by com.aspose.slides.pptx.TextAutofitTypeEx

public class TextAutofitTypeEx
extends Enumerate

Represents text autofit mode.


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
getId, getName, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, 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