PropertyEffect
Overview
PropertyEffect is a class in Aspose.Slides FOSS for Python.
Inherits from: Behavior, IPropertyEffect.
Represent property effect behavior of effect.
This class provides 12 methods for working with PropertyEffect objects in Python programs.
Available methods include: __init__, accumulate, additive, as_i_behavior, by, calc_mode, from_address, points, properties, timing, to, value_type.
All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package.
Properties: accumulate, additive, as_i_behavior, by, calc_mode, from_address, and 5 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
from_address | str | Read/Write | Gets or sets the from address. |
to | str | Read/Write | Gets or sets the to. |
by | str | Read/Write | Gets or sets the by. |
value_type | PropertyValueType | Read/Write | Gets or sets the value type. |
calc_mode | PropertyCalcModeType | Read/Write | Gets or sets the calc mode. |
points | IPointCollection | Read/Write | Gets or sets the points. |
as_i_behavior | IBehavior | Read | Gets the as i behavior. |
accumulate | NullableBool | Read/Write | Gets or sets the accumulate. |
additive | BehaviorAdditiveType | Read/Write | Gets or sets the additive. |
properties | IBehaviorPropertyCollection | Read | Gets the properties. |
timing | ITiming | Read/Write | Gets or sets the timing. |
Methods
| Signature | Description |
|---|---|
__init__() | |
accumulate() → NullableBool | Represents whether animation behaviors are accumulated. |
additive() → BehaviorAdditiveType | Represents whether the current animation behavior is combined with other running animations. |
properties() → IBehaviorPropertyCollection | Represents properties of behavior. |
timing() → ITiming | Represents timing properties for the effect behavior. |
from_address() → str | Specifies the starting value of the animation. |
to() → str | Specifies the ending value for the animation. |
by() → str | Specifies a relative offset value for the animation with respect to its position before the start of the animation. |
value_type() → PropertyValueType | Specifies the type of a property value. |
calc_mode() → PropertyCalcModeType | Specifies the interpolation mode for the animation Read/write . |
points() → IPointCollection | Specifies the points of the animation. |
as_i_behavior() → IBehavior | Allows to get base IBehavior interface. |