com.aspose.slides.pptx.animation
Class EffectFillTypeEx

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

public class EffectFillTypeEx
extends Enumerate

Enumeration which defines animation fill types.


Field Summary
static EffectFillTypeEx FREEZE
           
static int FREEZE_ID
           
static EffectFillTypeEx HOLD
           
static int HOLD_ID
           
static EffectFillTypeEx NOT_DEFINED
           
static int NOT_DEFINED_ID
           
static EffectFillTypeEx REMOVE
           
static int REMOVE_ID
           
static EffectFillTypeEx TRANSITION
           
static int TRANSITION_ID
           
 
Method Summary
static EffectFillTypeEx toValue(int id)
          Returns AnimEffectFillTypeEx 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 EffectFillTypeEx NOT_DEFINED

NOT_DEFINED_ID

public static final int NOT_DEFINED_ID
See Also:
Constant Field Values

REMOVE

public static final EffectFillTypeEx REMOVE

REMOVE_ID

public static final int REMOVE_ID
See Also:
Constant Field Values

FREEZE

public static final EffectFillTypeEx FREEZE

FREEZE_ID

public static final int FREEZE_ID
See Also:
Constant Field Values

HOLD

public static final EffectFillTypeEx HOLD

HOLD_ID

public static final int HOLD_ID
See Also:
Constant Field Values

TRANSITION

public static final EffectFillTypeEx TRANSITION

TRANSITION_ID

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

toValue

public static EffectFillTypeEx toValue(int id)
Returns AnimEffectFillTypeEx object holding the value of the specified int.