Effect class
Contents
[
Hide
]Effect class
Represents animation effect.
The Effect type exposes the following members:
Properties
| Property | Description |
|---|---|
sequence | Returns a sequence for an effect. Read-only ISequence. |
text_animation | TextAnimation Read-only ITextAnimation. |
preset_class_type | Defines class of effect. Read/write EffectPresetClassType. |
type | Defines type of effect. Read/write EffectType. |
subtype | Defines subtype of effect. Read/write EffectSubtype. |
behaviors | Returns collection of behavior for effect. Read/write IBehaviorCollection. |
timing | Defines timing value for effect. Read/write ITiming. |
target_shape | Returns target shape for effect. Read-only IShape. |
sound | Defined embedded sound for effect. Read/write IAudio. |
stop_previous_sound | This attribute specifies if the animation effect stops the previous sound. Read/write bool. |
after_animation_type | Defines an after animation type for effect. Read/write Effect.after_animation_type. |
after_animation_color | Defines an after animation color for effect. Read/write IColorFormat. |
animate_text_type | Defines an animate text type for effect. The shape text can be animated by letter, by word or all at once. Read/write Effect.animate_text_type. |
delay_between_text_parts | 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. |
See Also
- module
aspose.slides.animation - library
Aspose.Slides