com.aspose.slides.pptx
Class TextCapTypeEx

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

public class TextCapTypeEx
extends Enumerate

Represents the enumeration of text cap types.


Field Summary
static TextCapTypeEx ALL
           
static int ALL_ID
           
static TextCapTypeEx NONE
           
static int NONE_ID
           
static TextCapTypeEx NOT_DEFINED
           
static int NOT_DEFINED_ID
           
static TextCapTypeEx SMALL
           
static int SMALL_ID
           
 
Method Summary
static TextCapTypeEx toValue(int id)
           
 
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 TextCapTypeEx NOT_DEFINED

NOT_DEFINED_ID

public static final int NOT_DEFINED_ID
See Also:
Constant Field Values

NONE

public static final TextCapTypeEx NONE

NONE_ID

public static final int NONE_ID
See Also:
Constant Field Values

SMALL

public static final TextCapTypeEx SMALL

SMALL_ID

public static final int SMALL_ID
See Also:
Constant Field Values

ALL

public static final TextCapTypeEx ALL

ALL_ID

public static final int ALL_ID
See Also:
Constant Field Values
Method Detail

toValue

public static final TextCapTypeEx toValue(int id)