Effect

Overview

Effect is a class in Aspose.Slides FOSS for Python. Inherits from: IEffect.

Represents animation effect.

This class provides 14 methods for working with Effect objects in Python programs. Available methods include: after_animation_color, after_animation_type, animate_text_type, behaviors, delay_between_text_parts, preset_class_type, sequence, sound, stop_previous_sound, subtype, target_shape, text_animation, and 2 additional methods. All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package. Properties: after_animation_color, after_animation_type, animate_text_type, behaviors, delay_between_text_parts, preset_class_type, and 8 more.

Properties

NameTypeAccessDescription
sequenceISequenceReadGets the sequence.
text_animationITextAnimationReadGets the text animation.
preset_class_typeEffectPresetClassTypeRead/WriteGets or sets the preset class type.
typeEffectTypeRead/WriteGets or sets the type.
subtypeEffectSubtypeRead/WriteGets or sets the subtype.
behaviorsIBehaviorCollectionRead/WriteGets or sets the behaviors.
timingITimingRead/WriteGets or sets the timing.
target_shapeIShapeReadGets the target shape.
soundIAudioRead/WriteGets or sets the sound.
stop_previous_soundboolRead/WriteGets or sets the stop previous sound.
after_animation_typeAfterAnimationTypeRead/WriteGets or sets the after animation type.
after_animation_colorIColorFormatRead/WriteGets or sets the after animation color.
animate_text_typeAnimateTextTypeRead/WriteGets or sets the animate text type.
delay_between_text_partsfloatRead/WriteGets or sets the delay between text parts.

Methods

SignatureDescription
sequence()ISequenceReturns a sequence for an effect.
text_animation()ITextAnimationReturns text animation.
preset_class_type()EffectPresetClassTypeDefines class of effect.
type()EffectTypeDefines type of effect.
subtype()EffectSubtypeDefines subtype of effect.
behaviors()IBehaviorCollectionReturns collection of behavior for effect.
timing()ITimingDefines timing value for effect.
target_shape()IShapeReturns target shape for effect.
sound()IAudioDefined embedded sound for effect.
stop_previous_sound()boolThis attribute specifies if the animation effect stops the previous sound.
after_animation_type()AfterAnimationTypeDefined an after animation type for effect.
after_animation_color()IColorFormatDefined an after animation color for effect.
animate_text_type()AnimateTextTypeDefines an animate text type for effect.
delay_between_text_parts()floatDefines a delay between animated text parts (words or letters).

See Also