Efeito
Resumo geral
Effect é uma classe em Aspose.Slides FOSS para Python. Herdeiros de: IEffect.
Representa o efeito de animação.
Esta classe fornece 14 métodos para trabalhar com objetos de efeito em programas Python. Os métodos disponíveis incluem: 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, e dois métodos adicionais. Todos os membros do público são acessíveis a qualquer aplicação Python após instalar o pacote Aspose.Slides FOSS for Python. Propriedades: after_animation_color, after_animation_type, animate_text_type, behaviors, delay_between_text_parts, preset_class_type,E mais oito.
Propriedades
| Nome: | Tipo de veículo: | Acessos | Descrição: |
|---|---|---|---|
sequence | ISequence | Leia. | - Consegue a sequência. |
text_animation | ITextAnimation | Leia. | Obtém a animação de texto. |
preset_class_type | EffectPresetClassType | Leitura/Escrita | Obtém ou define o tipo de classe predefinido. |
type | EffectType | Leitura/Escrita | Obtém ou define o tipo. |
subtype | EffectSubtype | Leitura/Escrita | Obtém ou define o subtipo. |
behaviors | IBehaviorCollection | Leitura/Escrita | Obtém ou define os comportamentos. |
timing | ITiming | Leitura/Escrita | Arranja ou define o tempo. |
target_shape | IShape | Leia. | Obtém a forma do alvo. |
sound | IAudio | Leitura/Escrita | Recebe ou define o som. |
stop_previous_sound | bool | Leitura/Escrita | Obtém ou define o som de parada anterior. |
after_animation_type | AfterAnimationType | Leitura/Escrita | Obtém ou define o tipo de animação após. |
after_animation_color | IColorFormat | Leitura/Escrita | Obtém ou define a cor da animação. |
animate_text_type | AnimateTextType | Leitura/Escrita | Obtém ou define o tipo de texto animado. |
delay_between_text_parts | float | Leitura/Escrita | Obtém ou define o atraso entre partes de texto. |
Métodos de avaliação
| Assinatura | Descrição: |
|---|---|
sequence() → ISequence | Retorna uma sequência para um efeito. |
text_animation() → ITextAnimation | Retorna animação de texto. |
preset_class_type() → EffectPresetClassType | Define a classe de efeito. |
type() → EffectType | Define o tipo de efeito. |
subtype() → EffectSubtype | Define o subtipo de efeito. |
behaviors() → IBehaviorCollection | Retorna a coleção de comportamento para efeito. |
timing() → ITiming | Define o valor de tempo para efeito. |
target_shape() → IShape | Retorna a forma do alvo para efeito. |
sound() → IAudio | Definido som incorporado para efeito. |
stop_previous_sound() → bool | Este atributo especifica se o efeito de animação pára o som anterior. |
after_animation_type() → AfterAnimationType | Definido um tipo de animação para efeito. |
after_animation_color() → IColorFormat | Definido uma cor após a animação para efeito. |
animate_text_type() → AnimateTextType | Define um tipo de texto animado para efeito. |
delay_between_text_parts() → float | Define um atraso entre partes de texto animadas (palavras ou letras). |