Effect
Effect class
Represents animation effect.
getAfterAnimationColor
| Name | Description |
|---|
| getAfterAnimationColor () | Defined an after animation color for effect. Read/write IColorFormat. |
Result:
ColorFormat
getAfterAnimationType
| Name | Description |
|---|
| getAfterAnimationType () | Defined an after animation type for effect. Read/write AfterAnimationType( #getAfterAnimationType/ #setAfterAnimationType(int)). |
Result:
int
getBehaviors
| Name | Description |
|---|
| getBehaviors () | Returns collection of behavior for effect. Read/write IBehaviorCollection. |
Result:
BehaviorCollection
getPresetClassType
| Name | Description |
|---|
| getPresetClassType () | Defines class of effect. Read/write EffectPresetClassType. |
Result:
int
getSequence
| Name | Description |
|---|
| getSequence () | Returns a sequence for an effect. Read-only ISequence. |
Result:
Sequence
getSound
| Name | Description |
|---|
| getSound () | Defined embedded sound for effect. Read/write IAudio. |
Result:
Audio
getStopPreviousSound
| Name | Description |
|---|
| getStopPreviousSound () | This attribute specifies if the animation effect stops the previous sound. Read/write boolean. |
Result:
boolean
getSubtype
| Name | Description |
|---|
| getSubtype () | Defines subtype of effect. Read/write EffectSubtype. |
Result:
int
getTargetShape
| Name | Description |
|---|
| getTargetShape () | Returns target shape for effect. Read-only IShape. |
Result:
LegacyDiagram, Connector, GraphicalObject, Shape, Ink, GroupShape, SmartArtShape, SummaryZoomSection, ZoomObject, SmartArt, VideoFrame, PictureFrame, ZoomFrame, AutoShape, GeometryShape, OleObjectFrame, SectionZoomFrame, AudioFrame, Chart, Table, SummaryZoomFrame
getTextAnimation
| Name | Description |
|---|
| getTextAnimation () | TextAnimation Read-only ITextAnimation. |
Result:
TextAnimation
getTiming
| Name | Description |
|---|
| getTiming () | Defines timing value for effect. Read/write ITiming. |
Result:
Timing
getType
| Name | Description |
|---|
| getType () | Defines type of effect. Read/write EffectType. |
Result:
int
setAfterAnimationColor
| Name | Description |
|---|
| setAfterAnimationColor (ColorFormat) | Defined an after animation color for effect. Read/write IColorFormat. |
setAfterAnimationType
| Name | Description |
|---|
| setAfterAnimationType (int) | Defined an after animation type for effect. Read/write AfterAnimationType( #getAfterAnimationType/ #setAfterAnimationType(int)). |
setBehaviors
| Name | Description |
|---|
| setBehaviors (BehaviorCollection) | Returns collection of behavior for effect. Read/write IBehaviorCollection. |
setPresetClassType
| Name | Description |
|---|
| setPresetClassType (int) | Defines class of effect. Read/write EffectPresetClassType. |
setSound
| Name | Description |
|---|
| setSound (Audio) | Defined embedded sound for effect. Read/write IAudio. |
setStopPreviousSound
| Name | Description |
|---|
| setStopPreviousSound (boolean) | This attribute specifies if the animation effect stops the previous sound. Read/write boolean. |
setSubtype
| Name | Description |
|---|
| setSubtype (int) | Defines subtype of effect. Read/write EffectSubtype. |
setTiming
| Name | Description |
|---|
| setTiming (Timing) | Defines timing value for effect. Read/write ITiming. |
setType
| Name | Description |
|---|
| setType (int) | Defines type of effect. Read/write EffectType. |