com.aspose.slides.pptx.animation
Class AnimTimeLineEx

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

public class AnimTimeLineEx
extends java.lang.Object

Represent timeline of an animation.


Constructor Summary
AnimTimeLineEx(BaseSlideEx slide)
           
 
Method Summary
 AnimSequencesEx getInteractiveSequences()
          Returns collection of interactive sequences.
 AnimSequenceEx getMainSequence()
          Returns main sequence which may contain only main effects collection.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnimTimeLineEx

public AnimTimeLineEx(BaseSlideEx slide)
Method Detail

getInteractiveSequences

public AnimSequencesEx getInteractiveSequences()
Returns collection of interactive sequences. This sequences may contain only effects by "click on shape" with specifies target shape.


getMainSequence

public AnimSequenceEx getMainSequence()
Returns main sequence which may contain only main effects collection.