|
|||||||||
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.EffectRestartTypeEx
public class EffectRestartTypeEx
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 |
---|
public static final EffectRestartTypeEx NOT_DEFINED
public static final int NOT_DEFINED_ID
public static final EffectRestartTypeEx ALWAYS
public static final int ALWAYS_ID
public static final EffectRestartTypeEx WHEN_NOT_ACTIVE
public static final int WHEN_NOT_ACTIVE_ID
public static final EffectRestartTypeEx NEVER
public static final int NEVER_ID
Method Detail |
---|
public static EffectRestartTypeEx toValue(int id)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |