com.aspose.slides.pptx.animation
Class EffectPresetClassTypeEx

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

public class EffectPresetClassTypeEx
extends Enumerate

Enumeration which defines animation classes.


Field Summary
static EffectPresetClassTypeEx EMPHASIS
          Emphasis animation.
static int EMPHASIS_ID
           
static EffectPresetClassTypeEx ENTRANCE
          Entrance animation.
static int ENTRANCE_ID
           
static EffectPresetClassTypeEx EXIT
          Exit animation.
static int EXIT_ID
           
static EffectPresetClassTypeEx MEDIA_CALL
          Media call.
static int MEDIA_CALL_ID
           
static EffectPresetClassTypeEx PATH
          Path animation.
static int PATH_ID
           
 
Method Summary
static EffectPresetClassTypeEx toValue(int id)
          Returns AnimEffectPresetClassTypeEx 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

ENTRANCE

public static final EffectPresetClassTypeEx ENTRANCE
Entrance animation.


ENTRANCE_ID

public static final int ENTRANCE_ID
See Also:
Constant Field Values

EXIT

public static final EffectPresetClassTypeEx EXIT
Exit animation.


EXIT_ID

public static final int EXIT_ID
See Also:
Constant Field Values

EMPHASIS

public static final EffectPresetClassTypeEx EMPHASIS
Emphasis animation.


EMPHASIS_ID

public static final int EMPHASIS_ID
See Also:
Constant Field Values

PATH

public static final EffectPresetClassTypeEx PATH
Path animation.


PATH_ID

public static final int PATH_ID
See Also:
Constant Field Values

MEDIA_CALL

public static final EffectPresetClassTypeEx MEDIA_CALL
Media call.


MEDIA_CALL_ID

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

toValue

public static EffectPresetClassTypeEx toValue(int id)
Returns AnimEffectPresetClassTypeEx object holding the value of the specified int.