CommandEffect

Overview

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

Represent command effect behavior of effect.

Properties

NameTypeAccessDescription
typeCommandEffectTypeReadIndicates the kind of command effect using the CommandEffectType enum
command_stringstrReadHolds the command text executed by the effect
shape_targetIShapeReadReferences the shape that the command effect applies to
as_i_behaviorIBehaviorReadProvides the effect as an IBehavior interface instance

Methods

SignatureDescription
__init__()