com.aspose.slides.pptx.animation
Class PropertyValueTypeEx

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

public class PropertyValueTypeEx
extends Enumerate

Enumeration which defines the types of property values.


Field Summary
static PropertyValueTypeEx COLOR
           
static int COLOR_ID
           
static PropertyValueTypeEx NOT_DEFINED
           
static int NOT_DEFINED_ID
           
static PropertyValueTypeEx NUMBER
           
static int NUMBER_ID
           
static PropertyValueTypeEx STRING
           
static int STRING_ID
           
 
Method Summary
static PropertyValueTypeEx 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 PropertyValueTypeEx NOT_DEFINED

NOT_DEFINED_ID

public static final int NOT_DEFINED_ID
See Also:
Constant Field Values

STRING

public static final PropertyValueTypeEx STRING

STRING_ID

public static final int STRING_ID
See Also:
Constant Field Values

NUMBER

public static final PropertyValueTypeEx NUMBER

NUMBER_ID

public static final int NUMBER_ID
See Also:
Constant Field Values

COLOR

public static final PropertyValueTypeEx COLOR

COLOR_ID

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

toValue

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