com.aspose.slides.pptx.animation
Class AnimEffectEx

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

public class AnimEffectEx
extends java.lang.Object

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

getPresetClassType

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


setPresetClassType

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


getType

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


setType

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

Parameters:
value - new animation effect type.

getSubtype

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


setSubtype

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

Parameters:
value - new animation subtype.

getBehaviors

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


setBehaviors

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

Parameters:
value - new collection of animation behaviors.

getTiming

public AnimTimingEx getTiming()
Returns animation timing property.


setTiming

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

Parameters:
value - new animation timing.