com.aspose.slides.pptx.animation
Class EffectEx

java.lang.Object
  extended by com.aspose.slides.pptx.animation.EffectEx

public class EffectEx
extends java.lang.Object

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

getPresetClassType

public EffectPresetClassTypeEx getPresetClassType()
Returns the class of an animation effect.


setPresetClassType

public void setPresetClassType(EffectPresetClassTypeEx value)
Sets the class of an animation effect.


getType

public EffectTypeEx getType()
Returns the type of an animation effect.


setType

public void setType(EffectTypeEx value)
Sets the type of an animation effect.

Parameters:
value - new animation effect type.

getSubtype

public EffectSubtypeEx getSubtype()
Returns the subtype of an animation effect.


setSubtype

public void setSubtype(EffectSubtypeEx value)
Sets the subtype of an animation effect.

Parameters:
value - new animation subtype.

getBehaviors

public BehaviorsEx getBehaviors()
Returns the collection of animation behaviors.


setBehaviors

public void setBehaviors(BehaviorsEx value)
Sets the collection of animation behaviors.

Parameters:
value - new collection of animation behaviors.

getTiming

public TimingEx getTiming()
Returns animation timing property.


setTiming

public void setTiming(TimingEx value)
Sets animation timing property.

Parameters:
value - new animation timing.

getSequence

public SequenceEx getSequence()
Returns a sequence for an effect. Read-only .


getTextAnimation

public TextAnimationEx getTextAnimation()