Effect
Revisión
Effect Es una clase en Aspose.Slides FOSS para Python. Heredados de: IEffect.
Representa el efecto de animación.
Esta clase ofrece 14 métodos para trabajar con objetos de efecto en los programas de Python. Los métodos disponibles incluyen: 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,y dos métodos adicionales. Todos los miembros públicos están accesibles a cualquier aplicación de Python después de instalar el Aspose.Slides FOSS para el paquete de python. Propiedades : after_animation_color, after_animation_type, animate_text_type, behaviors, delay_between_text_parts, preset_class_type,Y 8 más.
Propiedades
| Nombre | Tipo | Acceso | Descripción |
|---|---|---|---|
sequence | ISequence | Leer | Tiene la secuencia. |
text_animation | ITextAnimation | Leer | Se trata de la animación del texto. |
preset_class_type | EffectPresetClassType | Leer / escribir | Obtenga o establece el tipo de clase predefinido. |
type | EffectType | Leer / escribir | Obtenga o establece el tipo. |
subtype | EffectSubtype | Leer / escribir | Obtenga o establece el subtipo. |
behaviors | IBehaviorCollection | Leer / escribir | Se toma o establece los comportamientos. |
timing | ITiming | Leer / escribir | Obtenga o establece el timing. |
target_shape | IShape | Leer | Obtenga la forma del objetivo. |
sound | IAudio | Leer / escribir | Se puede escuchar o poner el sonido. |
stop_previous_sound | bool | Leer / escribir | Obtenga o establece el sonido anterior. |
after_animation_type | AfterAnimationType | Leer / escribir | Obtenga o establece el tipo de animación después. |
after_animation_color | IColorFormat | Leer / escribir | Obtenga o establece el color después de la animación. |
animate_text_type | AnimateTextType | Leer / escribir | Obtenga o establece el tipo de texto animado. |
delay_between_text_parts | float | Leer / escribir | Obtenga o establece el retraso entre las partes de texto. |
Metodología
| firma | Descripción |
|---|---|
sequence() → ISequence | Retorna una secuencia para un efecto. |
text_animation() → ITextAnimation | Retorno de animación. |
preset_class_type() → EffectPresetClassType | Definición de la clase de efecto. |
type() → EffectType | Define el tipo de efecto. |
subtype() → EffectSubtype | Definición de subtipo de efecto. |
behaviors() → IBehaviorCollection | Retorna la recogida de comportamiento para efecto. |
timing() → ITiming | Define el valor de tiempo para efecto. |
target_shape() → IShape | Retorna la forma de meta para el efecto. |
sound() → IAudio | Sonido integrado para efecto. |
stop_previous_sound() → bool | Este atributo especifica si el efecto de animación detiene el sonido anterior. |
after_animation_type() → AfterAnimationType | Definición de un tipo post-animación para efecto. |
after_animation_color() → IColorFormat | Define un color después de la animación para el efecto. |
animate_text_type() → AnimateTextType | Define un tipo de texto animado para efecto. |
delay_between_text_parts() → float | Define un retraso entre partes de texto animadas ( palabras o letras). |