public class AnimationTimeLine extends java.lang.Object implements IAnimationTimeLine
Represents timeline of animation.
Modifier and Type | Method and Description |
---|---|
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.
|
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
.
getInteractiveSequences
in interface IAnimationTimeLine
public ISequence getMainSequence()
Returns main sequence which may contain only main effects collection.
Read-only ISequence
.
getMainSequence
in interface IAnimationTimeLine
public ITextAnimationCollection getTextAnimationCollection()
Returns collection of text animations.
Read-only ITextAnimationCollection
.
getTextAnimationCollection
in interface IAnimationTimeLine
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.