com.aspose.slides.pptx.animation
Class FilterEffectRevealTypeEx

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

public class FilterEffectRevealTypeEx
extends Enumerate

Enumeration which defines reveal type of a filter effect.


Field Summary
static FilterEffectRevealTypeEx IN
           
static int IN_ID
           
static FilterEffectRevealTypeEx NONE
           
static int NONE_ID
           
static FilterEffectRevealTypeEx NOT_DEFINED
           
static int NOT_DEFINED_ID
           
static FilterEffectRevealTypeEx OUT
           
static int OUT_ID
           
 
Method Summary
static FilterEffectRevealTypeEx toValue(int id)
          Returns AnimFilterEffectRevealTypeEx 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 FilterEffectRevealTypeEx NOT_DEFINED

NOT_DEFINED_ID

public static final int NOT_DEFINED_ID
See Also:
Constant Field Values

NONE

public static final FilterEffectRevealTypeEx NONE

NONE_ID

public static final int NONE_ID
See Also:
Constant Field Values

IN

public static final FilterEffectRevealTypeEx IN

IN_ID

public static final int IN_ID
See Also:
Constant Field Values

OUT

public static final FilterEffectRevealTypeEx OUT

OUT_ID

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

toValue

public static FilterEffectRevealTypeEx toValue(int id)
Returns AnimFilterEffectRevealTypeEx object holding the value of the specified int.