com.spire.presentation.drawing.animation
Class AnimationSet

java.lang.Object
  extended by com.spire.presentation.PptObject
      extended by com.spire.presentation.drawing.animation.CommonBehavior
          extended by com.spire.presentation.drawing.animation.AnimationSet

public class AnimationSet
extends CommonBehavior

Represents a set effect for an animation behavior.


Constructor Summary
AnimationSet()
           
 
Method Summary
 java.lang.Object getTo()
          Specifies the certain attribute of a effect after an animation effect.
 void setTo(java.lang.Object value)
           
 
Methods inherited from class com.spire.presentation.drawing.animation.CommonBehavior
getAccumulate, getAdditive, getTiming, setAccumulate, setAdditive, setTiming
 
Methods inherited from class com.spire.presentation.PptObject
checkDisposed, getParent
 

Constructor Detail

AnimationSet

public AnimationSet()
Method Detail

getTo

public java.lang.Object getTo()
Specifies the certain attribute of a effect after an animation effect. Read/write .

Returns:

setTo

public void setTo(java.lang.Object value)
           throws AppException
Throws:
AppException