com.aspose.slides
Class AnimationTimeLine

java.lang.Object
  extended by com.aspose.slides.AnimationTimeLine
All Implemented Interfaces:
IAnimationTimeLine

public class AnimationTimeLine
extends java.lang.Object
implements IAnimationTimeLine

Represents timeline of animation.


Method Summary
 ISequenceCollection getInteractiveSequences()
           Returns collection of interactive sequences.
 ISequence getMainSequence()
           Returns main sequence which may contain only main effects collection.
 com.aspose.slides.IDOMObject getParent_Immediate()
           Returns Parent_Immediate object.
 ITextAnimationCollection getTextAnimationCollection()
           Returns collection of text animations.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInteractiveSequences

public ISequenceCollection getInteractiveSequences()

Returns collection of interactive sequences. This sequences may contain only effects by "click on shape" with specifies target shape. Read-only ISequenceCollection.

Specified by:
getInteractiveSequences in interface IAnimationTimeLine

getMainSequence

public ISequence getMainSequence()

Returns main sequence which may contain only main effects collection. Read-only ISequence.

Specified by:
getMainSequence in interface IAnimationTimeLine

getTextAnimationCollection

public ITextAnimationCollection getTextAnimationCollection()

Returns collection of text animations. Read-only ITextAnimationCollection.

Specified by:
getTextAnimationCollection in interface IAnimationTimeLine

getParent_Immediate

public com.aspose.slides.IDOMObject getParent_Immediate()

Returns Parent_Immediate object. Read-only IDOMObject.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.