CommandEffect
CommandEffect class
Represents a command effect for an animation behavior.
CommandEffect
| Name | Description |
|---|
| CommandEffect() | Creates new instance. |
Result:
CommandEffect
getAccumulate
| Name | Description |
|---|
| getAccumulate() | Represents whether animation behaviors are accumulated. Read/write NullableBool. |
Result:
byte
getAdditive
| Name | Description |
|---|
| getAdditive() | Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType. |
Result:
int
getCommandString
| Name | Description |
|---|
| getCommandString() | Defines command string. Read/write String. |
Result:
String
| Name | Description |
|---|
| getParent_Immediate() | |
getProperties
| Name | Description |
|---|
| getProperties() | Represents properties of behavior. Read-only IBehaviorPropertyCollection. |
Result:
BehaviorPropertyCollection
getShapeTarget
| Name | Description |
|---|
| 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
| Name | Description |
|---|
| getTiming() | Represents timing properties for the effect behavior. Read/write ITiming. |
Result:
Timing
getType
| Name | Description |
|---|
| getType() | Defines command effect type of behavior. Read/write CommandEffectType. |
Result:
byte
setAccumulate
| Name | Description |
|---|
| setAccumulate(byte) | Represents whether animation behaviors are accumulated. Read/write NullableBool. |
setAdditive
| Name | Description |
|---|
| setAdditive(int) | Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType. |
setCommandString
| Name | Description |
|---|
| setCommandString(String) | Defines command string. Read/write String. |
setShapeTarget
| Name | Description |
|---|
| setShapeTarget(SummaryZoomSection) | Defines shape target of command effect. Read/write IShape. |
setShapeTarget
| Name | Description |
|---|
| setShapeTarget(AutoShape) | Defines shape target of command effect. Read/write IShape. |
setShapeTarget
| Name | Description |
|---|
| setShapeTarget(AudioFrame) | Defines shape target of command effect. Read/write IShape. |
setShapeTarget
| Name | Description |
|---|
| setShapeTarget(OleObjectFrame) | Defines shape target of command effect. Read/write IShape. |
setShapeTarget
| Name | Description |
|---|
| setShapeTarget(SummaryZoomFrame) | Defines shape target of command effect. Read/write IShape. |
setShapeTarget
| Name | Description |
|---|
| setShapeTarget(ZoomFrame) | Defines shape target of command effect. Read/write IShape. |
setShapeTarget
| Name | Description |
|---|
| setShapeTarget(GraphicalObject) | Defines shape target of command effect. Read/write IShape. |
setShapeTarget
| Name | Description |
|---|
| setShapeTarget(PictureFrame) | Defines shape target of command effect. Read/write IShape. |
setShapeTarget
| Name | Description |
|---|
| setShapeTarget(ZoomObject) | Defines shape target of command effect. Read/write IShape. |
setShapeTarget
| Name | Description |
|---|
| setShapeTarget(VideoFrame) | Defines shape target of command effect. Read/write IShape. |
setShapeTarget
| Name | Description |
|---|
| setShapeTarget(SmartArtShape) | Defines shape target of command effect. Read/write IShape. |
setShapeTarget
| Name | Description |
|---|
| setShapeTarget(SmartArt) | Defines shape target of command effect. Read/write IShape. |
setShapeTarget
| Name | Description |
|---|
| setShapeTarget(Ink) | Defines shape target of command effect. Read/write IShape. |
setShapeTarget
| Name | Description |
|---|
| setShapeTarget(Chart) | Defines shape target of command effect. Read/write IShape. |
setShapeTarget
| Name | Description |
|---|
| setShapeTarget(GroupShape) | Defines shape target of command effect. Read/write IShape. |
setShapeTarget
| Name | Description |
|---|
| setShapeTarget(Table) | Defines shape target of command effect. Read/write IShape. |
setShapeTarget
| Name | Description |
|---|
| setShapeTarget(SectionZoomFrame) | Defines shape target of command effect. Read/write IShape. |
setShapeTarget
| Name | Description |
|---|
| setShapeTarget(Shape) | Defines shape target of command effect. Read/write IShape. |
setShapeTarget
| Name | Description |
|---|
| setShapeTarget(LegacyDiagram) | Defines shape target of command effect. Read/write IShape. |
setShapeTarget
| Name | Description |
|---|
| setShapeTarget(Connector) | Defines shape target of command effect. Read/write IShape. |
setTiming
| Name | Description |
|---|
| setTiming(Timing) | Represents timing properties for the effect behavior. Read/write ITiming. |
setType
| Name | Description |
|---|
| setType(byte) | Defines command effect type of behavior. Read/write CommandEffectType. |