|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.AnimationTimeLine
public class AnimationTimeLine
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 |
---|
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
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |