com.aspose.slides.pptx.animation
Class AnimPropertyValueTypeEx

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

public class AnimPropertyValueTypeEx
extends Enumerate

Enumeration which defines the types of property values.


Field Summary
static AnimPropertyValueTypeEx COLOR
           
static int COLOR_ID
           
static AnimPropertyValueTypeEx NOT_DEFINED
           
static int NOT_DEFINED_ID
           
static AnimPropertyValueTypeEx NUMBER
           
static int NUMBER_ID
           
static AnimPropertyValueTypeEx STRING
           
static int STRING_ID
           
 
Method Summary
static AnimPropertyValueTypeEx toValue(int id)
          Returns AnimColorSpaceEx object holding the value of the specified int.
 
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 AnimPropertyValueTypeEx NOT_DEFINED

NOT_DEFINED_ID

public static final int NOT_DEFINED_ID
See Also:
Constant Field Values

STRING

public static final AnimPropertyValueTypeEx STRING

STRING_ID

public static final int STRING_ID
See Also:
Constant Field Values

NUMBER

public static final AnimPropertyValueTypeEx NUMBER

NUMBER_ID

public static final int NUMBER_ID
See Also:
Constant Field Values

COLOR

public static final AnimPropertyValueTypeEx COLOR

COLOR_ID

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

toValue

public static AnimPropertyValueTypeEx toValue(int id)
Returns AnimColorSpaceEx object holding the value of the specified int.