com.aspose.slides.pptx.animation
Class EffectRestartTypeEx

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

public class EffectRestartTypeEx
extends Enumerate

Enumeration which defines animation restart types.


Field Summary
static EffectRestartTypeEx ALWAYS
          Always restart animation.
static int ALWAYS_ID
           
static EffectRestartTypeEx NEVER
          Never restart animation.
static int NEVER_ID
           
static EffectRestartTypeEx NOT_DEFINED
           
static int NOT_DEFINED_ID
           
static EffectRestartTypeEx WHEN_NOT_ACTIVE
          Restart animation in case object is not active.
static int WHEN_NOT_ACTIVE_ID
           
 
Method Summary
static EffectRestartTypeEx toValue(int id)
          Returns AnimEffectRestartTypeEx 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 EffectRestartTypeEx NOT_DEFINED

NOT_DEFINED_ID

public static final int NOT_DEFINED_ID
See Also:
Constant Field Values

ALWAYS

public static final EffectRestartTypeEx ALWAYS
Always restart animation.


ALWAYS_ID

public static final int ALWAYS_ID
See Also:
Constant Field Values

WHEN_NOT_ACTIVE

public static final EffectRestartTypeEx WHEN_NOT_ACTIVE
Restart animation in case object is not active.


WHEN_NOT_ACTIVE_ID

public static final int WHEN_NOT_ACTIVE_ID
See Also:
Constant Field Values

NEVER

public static final EffectRestartTypeEx NEVER
Never restart animation.


NEVER_ID

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

toValue

public static EffectRestartTypeEx toValue(int id)
Returns AnimEffectRestartTypeEx object holding the value of the specified int.