Effect
Effect class
Represents animation effect.
getAfterAnimationColor
| Name | Description |
|---|---|
| getAfterAnimationColor () | Defines an after animation color for effect. Read/write IColorFormat. |
Returns: ColorFormat
getAfterAnimationType
| Name | Description |
|---|---|
| getAfterAnimationType () | Defines an after animation type for effect. Read/write AfterAnimationType( #getAfterAnimationType/ #setAfterAnimationType(int)). |
Returns: int
getAnimateTextType
| Name | Description |
|---|---|
| getAnimateTextType () | Defines an animate text type for effect. The shape text can be animated by letter, by word or all at once. Read/write AnimateTextType( #getAnimateTextType/ #setAnimateTextType(int)). |
Returns: int
getBehaviors
| Name | Description |
|---|---|
| getBehaviors () | Returns collection of behavior for effect. Read/write IBehaviorCollection. |
Returns: BehaviorCollection
getDelayBetweenTextParts
| Name | Description |
|---|---|
| getDelayBetweenTextParts () | Defines a delay between animated text parts (words or letters). A positive value specifies the percentage of effect duration. A negative value specifies the delay in seconds. Read/write float. |
Returns: float
getPresetClassType
| Name | Description |
|---|---|
| getPresetClassType () | Defines class of effect. Read/write EffectPresetClassType. |
Returns: int
getSequence
| Name | Description |
|---|---|
| getSequence () | Returns a sequence for an effect. Read-only ISequence. |
Returns: Sequence
getSound
| Name | Description |
|---|---|
| getSound () | Defined embedded sound for effect. Read/write IAudio. |
Returns: Audio
getStopPreviousSound
| Name | Description |
|---|---|
| getStopPreviousSound () | This attribute specifies if the animation effect stops the previous sound. Read/write boolean. |
Returns: boolean
getSubtype
| Name | Description |
|---|---|
| getSubtype () | Defines subtype of effect. Read/write EffectSubtype. |
Returns: int
getTargetShape
| Name | Description |
|---|---|
| getTargetShape () | Returns target shape for effect. Read-only IShape. |
Returns: Connector, GraphicalObject, Shape, SmartArtShape, Table, Ink, GeometryShape, SummaryZoomFrame, SummaryZoomSection, ZoomFrame, OleObjectFrame, VideoFrame, SmartArt, GroupShape, InkActions, AutoShape, SectionZoomFrame, PictureFrame, AudioFrame, Chart, LegacyDiagram, ZoomObject
getTextAnimation
| Name | Description |
|---|---|
| getTextAnimation () | TextAnimation Read-only ITextAnimation. |
Returns: TextAnimation
getTiming
| Name | Description |
|---|---|
| getTiming () | Defines timing value for effect. Read/write ITiming. |
Returns: Timing
getType
| Name | Description |
|---|---|
| getType () | Defines type of effect. Read/write EffectType. |
Returns: int
setAfterAnimationColor
| Name | Description |
|---|---|
| setAfterAnimationColor (ColorFormat) | Defines an after animation color for effect. Read/write IColorFormat. |
Returns: void
setAfterAnimationType
| Name | Description |
|---|---|
| setAfterAnimationType (int) | Defines an after animation type for effect. Read/write AfterAnimationType( #getAfterAnimationType/ #setAfterAnimationType(int)). |
Returns: void
setAnimateTextType
| Name | Description |
|---|---|
| setAnimateTextType (int) | Defines an animate text type for effect. The shape text can be animated by letter, by word or all at once. Read/write AnimateTextType( #getAnimateTextType/ #setAnimateTextType(int)). |
Returns: void
setBehaviors
| Name | Description |
|---|---|
| setBehaviors (BehaviorCollection) | Returns collection of behavior for effect. Read/write IBehaviorCollection. |
Returns: void
setDelayBetweenTextParts
| Name | Description |
|---|---|
| setDelayBetweenTextParts (float) | Defines a delay between animated text parts (words or letters). A positive value specifies the percentage of effect duration. A negative value specifies the delay in seconds. Read/write float. |
Returns: void
setPresetClassType
| Name | Description |
|---|---|
| setPresetClassType (int) | Defines class of effect. Read/write EffectPresetClassType. |
Returns: void
setSound
| Name | Description |
|---|---|
| setSound (Audio) | Defined embedded sound for effect. Read/write IAudio. |
Returns: void
setStopPreviousSound
| Name | Description |
|---|---|
| setStopPreviousSound (boolean) | This attribute specifies if the animation effect stops the previous sound. Read/write boolean. |
Returns: void
setSubtype
| Name | Description |
|---|---|
| setSubtype (int) | Defines subtype of effect. Read/write EffectSubtype. |
Returns: void
setTiming
| Name | Description |
|---|---|
| setTiming (Timing) | Defines timing value for effect. Read/write ITiming. |
Returns: void
setType
| Name | Description |
|---|---|
| setType (int) | Defines type of effect. Read/write EffectType. |
Returns: void