MotionEffect
MotionEffect
概述
MotionEffect 是Python的Aspose.Slides FOSS中的一个类. 继承人: Behavior, IMotionEffect.
代表动作效应的行为.
这个类提供了14种方法,用于在Python程序中与MotionEffect对象工作. 有的方法包括: __init__, accumulate, additive, angle, as_i_behavior, by, from_address, origin, path, path_edit_mode, properties, rotation_center,另外两种方法. 在安装Python包的Aspose.Slides FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: accumulate, additive, angle, as_i_behavior, by, from_address,另外7个.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
from_address | Any | 阅读/写作 | 获取或设置发件人地址。. |
to | Any | 阅读/写作 | 获取或设置 to。. |
by | Any | 阅读/写作 | 获取或设置 by。. |
rotation_center | Any | 阅读/写作 | 获取或设置旋转中心。. |
origin | MotionOriginType | 阅读/写作 | 获取或设置原点。. |
path | IMotionPath | 阅读/写作 | 获取或设置路径。. |
path_edit_mode | MotionPathEditMode | 阅读/写作 | 获取或设置路径编辑模式。. |
angle | float | 阅读/写作 | 获取或设置角度。. |
as_i_behavior | IBehavior | 阅读 | 获取 as i 行为。. |
accumulate | NullableBool | 阅读/写作 | 获取或设置累计。. |
additive | BehaviorAdditiveType | 阅读/写作 | 获取或设置添加剂。. |
properties | IBehaviorPropertyCollection | 阅读 | 获取属性。. |
timing | ITiming | 阅读/写作 | 获取或设置计时。. |
方法
| Signature | 描述情况 |
|---|---|
__init__() | |
accumulate() → NullableBool | 表示动画行为是否被累积。. |
additive() → BehaviorAdditiveType | 表示当前动画行为是否与其他运行动漫结合. |
properties() → IBehaviorPropertyCollection | 表示行为的属性。. |
timing() → ITiming | 表示效果行为的时间属性。. |
from_address() → Any | 指定一个x/y坐标,以开始动画 (百分比). |
to() → Any | 指定动画运动效果的目标位置 (以百分比表示). |
by() → Any | 描述动画的相对偏差值 (以百分比表示). |
rotation_center() → Any | 描述旋转中心,用于以X角度旋动运动路径. |
origin() → MotionOriginType | 指定运动路径的起源与什么相对,例如滑动图或父式. |
path() → IMotionPath | 指定动画运动的原始路径,其后是坐标. |
path_edit_mode() → MotionPathEditMode | 指定形状移动时运动路径的变化. |
angle() → float | 描述运动路径的相对角度. |
as_i_behavior() → IBehavior | 允许获得基本的 IBehavior 接口. |