ScaleEffect
ScaleEffect
概述
ScaleEffect 是Python的Aspose.Slides FOSS中的一个类. 继承人: Behavior, IScaleEffect.
代表影响的规模效应行为.
这个类提供了10种方法,用于在Python程序中使用ScaleEffect 对象. 有的方法包括: __init__, accumulate, additive, as_i_behavior, by, from_address, properties, timing, to, zoom_content. 在安装Python包的Aspose.Slides FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: accumulate, additive, as_i_behavior, by, from_address, properties,另外还有3个.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
zoom_content | NullableBool | 阅读/写作 | 获取或设置缩放内容。. |
from_address | Any | 阅读/写作 | 获取或设置发件人地址。. |
to | Any | 阅读/写作 | 获取或设置 to。. |
by | Any | 阅读/写作 | 获取或设置 by。. |
as_i_behavior | IBehavior | 阅读 | 获取 as i 行为。. |
accumulate | NullableBool | 阅读/写作 | 获取或设置 accumulate。. |
additive | BehaviorAdditiveType | 阅读/写作 | 获取或设置添加剂。. |
properties | IBehaviorPropertyCollection | 阅读 | 获取属性。. |
timing | ITiming | 阅读/写作 | 获取或设置计时。. |
方法
| Signature | 描述情况 |
|---|---|
__init__() | |
accumulate() → NullableBool | 表示动画行为是否被累积。. |
additive() → BehaviorAdditiveType | 表示当前动画行为是否与其他运行动漫结合. |
properties() → IBehaviorPropertyCollection | 表示行为的属性。. |
timing() → ITiming | 表示效果行为的时间属性。. |
zoom_content() → NullableBool | 确定内容是否应该放大. |
from_address() → Any | 指定一个x/y坐标,以开始动画 (百分比). |
to() → Any | 指定动画尺度效果的目标位置 (以百分比表示). |
by() → Any | 描述动画的相对偏差值 (以百分比表示). |
as_i_behavior() → IBehavior | 允许获得基本的 IBehavior 接口. |