|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.animation.EffectEx
public class EffectEx
Animation effect.
Method Summary | |
---|---|
BehaviorsEx |
getBehaviors()
Returns the collection of animation behaviors. |
EffectPresetClassTypeEx |
getPresetClassType()
Returns the class of an animation effect. |
SequenceEx |
getSequence()
Returns a sequence for an effect. |
EffectSubtypeEx |
getSubtype()
Returns the subtype of an animation effect. |
TextAnimationEx |
getTextAnimation()
|
TimingEx |
getTiming()
Returns animation timing property. |
EffectTypeEx |
getType()
Returns the type of an animation effect. |
void |
setBehaviors(BehaviorsEx value)
Sets the collection of animation behaviors. |
void |
setPresetClassType(EffectPresetClassTypeEx value)
Sets the class of an animation effect. |
void |
setSubtype(EffectSubtypeEx value)
Sets the subtype of an animation effect. |
void |
setTiming(TimingEx value)
Sets animation timing property. |
void |
setType(EffectTypeEx 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 EffectPresetClassTypeEx getPresetClassType()
public void setPresetClassType(EffectPresetClassTypeEx value)
public EffectTypeEx getType()
public void setType(EffectTypeEx value)
value
- new animation effect type.public EffectSubtypeEx getSubtype()
public void setSubtype(EffectSubtypeEx value)
value
- new animation subtype.public BehaviorsEx getBehaviors()
public void setBehaviors(BehaviorsEx value)
value
- new collection of animation behaviors.public TimingEx getTiming()
public void setTiming(TimingEx value)
value
- new animation timing.public SequenceEx getSequence()
public TextAnimationEx getTextAnimation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |