CommandEffect
Overview
CommandEffect is a class in Aspose.Slides FOSS for Python.
Inherits from: Behavior, ICommandEffect.
Represent command effect behavior of effect.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
type | CommandEffectType | Read | Indicates the kind of command effect using the CommandEffectType enum |
command_string | str | Read | Holds the command text executed by the effect |
shape_target | IShape | Read | References the shape that the command effect applies to |
as_i_behavior | IBehavior | Read | Provides the effect as an IBehavior interface instance |
Methods
| Signature | Description |
|---|---|
__init__() |