|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.animation.AnimEffectEx
public class AnimEffectEx
Animation effect.
Method Summary | |
---|---|
AnimBehaviorsEx |
getBehaviors()
Returns the collection of animation behaviors. |
AnimEffectPresetClassTypeEx |
getPresetClassType()
Returns the class of an animation effect. |
AnimEffectSubtypeEx |
getSubtype()
Returns the subtype of an animation effect. |
AnimTimingEx |
getTiming()
Returns animation timing property. |
AnimEffectTypeEx |
getType()
Returns the type of an animation effect. |
void |
setBehaviors(AnimBehaviorsEx value)
Sets the collection of animation behaviors. |
void |
setPresetClassType(AnimEffectPresetClassTypeEx value)
Sets the class of an animation effect. |
void |
setSubtype(AnimEffectSubtypeEx value)
Sets the subtype of an animation effect. |
void |
setTiming(AnimTimingEx value)
Sets animation timing property. |
void |
setType(AnimEffectTypeEx value)
Sets the type of an animation effect. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public AnimEffectPresetClassTypeEx getPresetClassType()
public void setPresetClassType(AnimEffectPresetClassTypeEx value)
public AnimEffectTypeEx getType()
public void setType(AnimEffectTypeEx value)
value
- new animation effect type.public AnimEffectSubtypeEx getSubtype()
public void setSubtype(AnimEffectSubtypeEx value)
value
- new animation subtype.public AnimBehaviorsEx getBehaviors()
public void setBehaviors(AnimBehaviorsEx value)
value
- new collection of animation behaviors.public AnimTimingEx getTiming()
public void setTiming(AnimTimingEx value)
value
- new animation timing.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |