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_addressAny阅读/写作获取或设置发件人地址。.
toAny阅读/写作获取或设置 to。.
byAny阅读/写作获取或设置 by。.
rotation_centerAny阅读/写作获取或设置旋转中心。.
originMotionOriginType阅读/写作获取或设置原点。.
pathIMotionPath阅读/写作获取或设置路径。.
path_edit_modeMotionPathEditMode阅读/写作获取或设置路径编辑模式。.
anglefloat阅读/写作获取或设置角度。.
as_i_behaviorIBehavior阅读获取 as i 行为。.
accumulateNullableBool阅读/写作获取或设置累计。.
additiveBehaviorAdditiveType阅读/写作获取或设置添加剂。.
propertiesIBehaviorPropertyCollection阅读获取属性。.
timingITiming阅读/写作获取或设置计时。.

方法

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 接口.

查看更多

 中文