|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Enumerate
com.aspose.slides.pptx.animation.EffectPresetClassTypeEx
public class EffectPresetClassTypeEx
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 |
---|
public static final EffectPresetClassTypeEx ENTRANCE
public static final int ENTRANCE_ID
public static final EffectPresetClassTypeEx EXIT
public static final int EXIT_ID
public static final EffectPresetClassTypeEx EMPHASIS
public static final int EMPHASIS_ID
public static final EffectPresetClassTypeEx PATH
public static final int PATH_ID
public static final EffectPresetClassTypeEx MEDIA_CALL
public static final int MEDIA_CALL_ID
Method Detail |
---|
public static EffectPresetClassTypeEx toValue(int id)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |