CommandEffect

Overview

CommandEffect is a class in Aspose.Slides FOSS for Python. Inherits from: Behavior, ICommandEffect.

Represent command effect behavior of effect.

This class provides 9 methods for working with CommandEffect objects in Python programs. Available methods include: __init__, accumulate, additive, as_i_behavior, command_string, properties, shape_target, timing, 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, command_string, properties, shape_target, and 2 more.

Properties

NameTypeAccessDescription
typeCommandEffectTypeRead/WriteGets or sets the type.
command_stringstrRead/WriteGets or sets the command string.
shape_targetIShapeRead/WriteGets or sets the shape target.
as_i_behaviorIBehaviorReadGets the as i behavior.
accumulateNullableBoolRead/WriteGets or sets the accumulate.
additiveBehaviorAdditiveTypeRead/WriteGets or sets the additive.
propertiesIBehaviorPropertyCollectionReadGets the properties.
timingITimingRead/WriteGets or sets the timing.

Methods

SignatureDescription
__init__()
accumulate()NullableBoolRepresents whether animation behaviors are accumulated.
additive()BehaviorAdditiveTypeRepresents whether the current animation behavior is combined with other running animations.
properties()IBehaviorPropertyCollectionRepresents properties of behavior.
timing()ITimingRepresents timing properties for the effect behavior.
type()CommandEffectTypeDefines command effect type of behavior.
command_string()strDefines command string.
shape_target()IShapeDefines shape target of command effect.
as_i_behavior()IBehaviorAllows to get base IBehavior interface.

See Also