TextAnimation
TextAnimation
概述
TextAnimation 是Python的Aspose.Slides FOSS中的一个类. 继承人: ITextAnimation.
代表文本动画.
这个类提供了4种方法,用于在Python程序中使用TextAnimation 对象. 有的方法包括: __init__, add_effect, build_type, effect_animate_background_shape. 在安装Python包的Aspose.Slides FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: build_type, effect_animate_background_shape.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
build_type | BuildType | 阅读/写作 | 获取或设置构建类型。. |
effect_animate_background_shape | IEffect | 阅读/写作 | 获取或设置效果动画背景形状。. |
方法
| Signature | 描述情况 |
|---|---|
__init__() | |
add_effect(effect_type, subtype, trigger_type) → IEffect | 在FOSS版本中未实现. 在运行时投放. 添加给定类型,子类别和触发器的新动画效果,返回IEffect |
build_type() → BuildType | 构建类型列表 (为 exp. |
effect_animate_background_shape() → IEffect | 连接形状效果与组或没有 (无) 读写. |