AddEffect
ITextAnimation.AddEffect-Methode
Neuen Effekt am Ende der aktuellen Sequenz zu den Gruppentextanimationen hinzufügen. Nur gültig, wenn die Anzahl der Textabsätze gleich oder größer als die Anzahl der Effekte dieser Gruppe ist!
public IEffect AddEffect(EffectType effectType, EffectSubtype subtype,
EffectTriggerType triggerType)
Parameter | Typ | Beschreibung |
---|---|---|
effectType | EffectType | Art des Animationseffekts EffectType |
subtype | EffectSubtype | Untertypen des Animationseffekts EffectSubtype |
triggerType | EffectTriggerType | Auslösetyp des Effekts EffectTriggerType |
Rückgabewert
Neues Effektobjekt IEffect
Siehe Auch
- Schnittstelle IEffect
- Aufzählung EffectType
- Aufzählung EffectSubtype
- Aufzählung EffectTriggerType
- Schnittstelle ITextAnimation
- Namespace Aspose.Slides.Animation
- Assembly Aspose.Slides