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_contentNullableBool阅读/写作获取或设置缩放内容。.
from_addressAny阅读/写作获取或设置发件人地址。.
toAny阅读/写作获取或设置 to。.
byAny阅读/写作获取或设置 by。.
as_i_behaviorIBehavior阅读获取 as i 行为。.
accumulateNullableBool阅读/写作获取或设置 accumulate。.
additiveBehaviorAdditiveType阅读/写作获取或设置添加剂。.
propertiesIBehaviorPropertyCollection阅读获取属性。.
timingITiming阅读/写作获取或设置计时。.

方法

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

查看更多

 中文