SetEffect
SetEffect
概述
SetEffect 是Python的 Aspose.Slides FOSS 的类。. 继承: Behavior, ISetEffect.
代表定效效应行为的作用。.
此类提供7种方法,用于在Python程序中使用 SetEffect 对象。. 可用的方法包括: __init__, accumulate, additive, as_i_behavior, properties, timing, to. 所有公共成员都可以在安装Python包的 Aspose.Slides FOSS后访问任何 Python应用程序。. 属性: accumulate, additive, as_i_behavior, properties, timing, to.
属性
| 名称 | 类型 | Access | 描述 |
|---|---|---|---|
to | object | 阅读/写作 | 获取或设置 to。. |
as_i_behavior | IBehavior | 阅读 | 获取 as i 行为。. |
accumulate | NullableBool | 阅读/写作 | 获取或设置累加。. |
additive | BehaviorAdditiveType | 阅读/写作 | 获取或设置添加剂。. |
properties | IBehaviorPropertyCollection | 阅读 | 获取属性。. |
timing | ITiming | 阅读/写作 | 获取或设置计时。. |
方法
| Signature | 描述 |
|---|---|
__init__() | |
accumulate() → NullableBool | 表示动画行为是否被累积。. |
additive() → BehaviorAdditiveType | 代表当前动画行为是否与其他运行动作相结合。. |
properties() → IBehaviorPropertyCollection | 表示行为的属性。. |
timing() → ITiming | 表示效果行为的时间属性。. |
to() → object | 它确定了一个动画效果后的一种特征。. |
as_i_behavior() → IBehavior | 允许您获得基 IBehavior 界面。. |