CommandEffect

CommandEffect class

Represents a command effect for an animation behavior.

CommandEffect

NameDescription
CommandEffect()Creates new instance.

Result: CommandEffect


getAccumulate

NameDescription
getAccumulate()Represents whether animation behaviors are accumulated. Read/write NullableBool.

Result: byte


getAdditive

NameDescription
getAdditive()Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType.

Result: int


getCommandString

NameDescription
getCommandString()Defines command string. Read/write String.

Result: String


getParent_Immediate

NameDescription
getParent_Immediate()

getProperties

NameDescription
getProperties()Represents properties of behavior. Read-only IBehaviorPropertyCollection.

Result: BehaviorPropertyCollection


getShapeTarget

NameDescription
getShapeTarget()Defines shape target of command effect. Read/write IShape.

Result: SummaryZoomSection, AutoShape, AudioFrame, OleObjectFrame, SummaryZoomFrame, ZoomFrame, GraphicalObject, PictureFrame, ZoomObject, VideoFrame, GeometryShape, SmartArtShape, SmartArt, Ink, Chart, GroupShape, Table, SectionZoomFrame, Shape, LegacyDiagram, Connector


getTiming

NameDescription
getTiming()Represents timing properties for the effect behavior. Read/write ITiming.

Result: Timing


getType

NameDescription
getType()Defines command effect type of behavior. Read/write CommandEffectType.

Result: byte


setAccumulate

NameDescription
setAccumulate(byte)Represents whether animation behaviors are accumulated. Read/write NullableBool.

setAdditive

NameDescription
setAdditive(int)Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType.

setCommandString

NameDescription
setCommandString(String)Defines command string. Read/write String.

setShapeTarget

NameDescription
setShapeTarget(SummaryZoomSection)Defines shape target of command effect. Read/write IShape.

setShapeTarget

NameDescription
setShapeTarget(AutoShape)Defines shape target of command effect. Read/write IShape.

setShapeTarget

NameDescription
setShapeTarget(AudioFrame)Defines shape target of command effect. Read/write IShape.

setShapeTarget

NameDescription
setShapeTarget(OleObjectFrame)Defines shape target of command effect. Read/write IShape.

setShapeTarget

NameDescription
setShapeTarget(SummaryZoomFrame)Defines shape target of command effect. Read/write IShape.

setShapeTarget

NameDescription
setShapeTarget(ZoomFrame)Defines shape target of command effect. Read/write IShape.

setShapeTarget

NameDescription
setShapeTarget(GraphicalObject)Defines shape target of command effect. Read/write IShape.

setShapeTarget

NameDescription
setShapeTarget(PictureFrame)Defines shape target of command effect. Read/write IShape.

setShapeTarget

NameDescription
setShapeTarget(ZoomObject)Defines shape target of command effect. Read/write IShape.

setShapeTarget

NameDescription
setShapeTarget(VideoFrame)Defines shape target of command effect. Read/write IShape.

setShapeTarget

NameDescription
setShapeTarget(SmartArtShape)Defines shape target of command effect. Read/write IShape.

setShapeTarget

NameDescription
setShapeTarget(SmartArt)Defines shape target of command effect. Read/write IShape.

setShapeTarget

NameDescription
setShapeTarget(Ink)Defines shape target of command effect. Read/write IShape.

setShapeTarget

NameDescription
setShapeTarget(Chart)Defines shape target of command effect. Read/write IShape.

setShapeTarget

NameDescription
setShapeTarget(GroupShape)Defines shape target of command effect. Read/write IShape.

setShapeTarget

NameDescription
setShapeTarget(Table)Defines shape target of command effect. Read/write IShape.

setShapeTarget

NameDescription
setShapeTarget(SectionZoomFrame)Defines shape target of command effect. Read/write IShape.

setShapeTarget

NameDescription
setShapeTarget(Shape)Defines shape target of command effect. Read/write IShape.

setShapeTarget

NameDescription
setShapeTarget(LegacyDiagram)Defines shape target of command effect. Read/write IShape.

setShapeTarget

NameDescription
setShapeTarget(Connector)Defines shape target of command effect. Read/write IShape.

setTiming

NameDescription
setTiming(Timing)Represents timing properties for the effect behavior. Read/write ITiming.

setType

NameDescription
setType(byte)Defines command effect type of behavior. Read/write CommandEffectType.