com.aspose.slides.pptx.animation
Class FilterEffectRevealTypeEx
java.lang.Object
com.aspose.slides.Enumerate
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.
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
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
toValue
public static FilterEffectRevealTypeEx toValue(int id)
- Returns AnimFilterEffectRevealTypeEx object holding the value of the
specified int.