AnimationTimeLine
AnimationTimeLine
概述
AnimationTimeLine 是Python的Aspose.Slides FOSS中的一个类. 继承人: IAnimationTimeLine.
代表动画的时间表.
这个类提供了在Python程序中使用AnimationTimeLine 对象的3种方法. 有的方法包括: interactive_sequences, main_sequence, text_animation_collection. 在安装Python包的Aspose.Slides FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: interactive_sequences, main_sequence, text_animation_collection.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
interactive_sequences | ISequenceCollection | 阅读 | 获取交互式序列。. |
main_sequence | ISequence | 阅读 | 获取主序列。. |
text_animation_collection | ITextAnimationCollection | 阅读 | 获取文本动画集合。. |
方法
| Signature | 描述情况 |
|---|---|
interactive_sequences() → ISequenceCollection | 返回交互式序列的集合. |
main_sequence() → ISequence | 返回可能只包含主要效果集合的主序列. |
text_animation_collection() → ITextAnimationCollection | 返回文本动画的集合. |