com.aspose.slides.pptx.animation
Class TimeLineEx

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

public class TimeLineEx
extends java.lang.Object

Animation timeline.


Method Summary
 SequencesEx getInteractiveSequences()
          Returns the collection of interactive sequences.
 SequenceEx getMainSequence()
          Returns the main sequence which contains only main effects collection.
 TextAnimationCollectionEx getTextAnimation()
          Returns collection of interactive sequences.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInteractiveSequences

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


getTextAnimation

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


getMainSequence

public SequenceEx getMainSequence()
Returns the main sequence which contains only main effects collection.