public class AnimationTimeLine extends DomObject<BaseSlide> 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.
|
ITextAnimationCollection |
getTextAnimationCollection()
Returns collection of text animations.
|
getParent_Immediate
public final 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 final ISequence getMainSequence()
Returns main sequence which may contain only main effects collection.
Read-only ISequence
.
getMainSequence
in interface IAnimationTimeLine
public final ITextAnimationCollection getTextAnimationCollection()
Returns collection of text animations.
Read-only ITextAnimationCollection
.
getTextAnimationCollection
in interface IAnimationTimeLine
Copyright © 2004-2022 Aspose Pty Ltd. All Rights Reserved.