com.aspose.slides
Class TextAnimationEx

java.lang.Object
  extended by com.aspose.slides.TextAnimationEx

public class TextAnimationEx
extends java.lang.Object

Represent text animation.


Constructor Summary
TextAnimationEx()
           
 
Method Summary
 EffectEx addEffect(int effectType, int subtype, int triggerType)
           Add new effect to the end of current sequence to end of group text animations.
 int getBuildType()
           List of build type (for exp.
 EffectEx getEffectAnimateBackgroundShape()
           Linked shape effect with group or not (null)
 void setBuildType(int value)
           
 void setEffectAnimateBackgroundShape(EffectEx value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextAnimationEx

public TextAnimationEx()
Method Detail

addEffect

public EffectEx addEffect(int effectType,
                          int subtype,
                          int triggerType)

Add new effect to the end of current sequence to end of group text animations. Only valid if count of text paragraphs equal or greater of counts effect of this group!


getBuildType

public int getBuildType()

List of build type (for exp. Paragraph 1,2,3, All at Once) of text animation.


setBuildType

public void setBuildType(int value)

getEffectAnimateBackgroundShape

public EffectEx getEffectAnimateBackgroundShape()

Linked shape effect with group or not (null)


setEffectAnimateBackgroundShape

public void setEffectAnimateBackgroundShape(EffectEx value)