com.aspose.slides
Class TextAnimation

java.lang.Object
  extended by com.aspose.slides.TextAnimation
All Implemented Interfaces:
ITextAnimation

public class TextAnimation
extends java.lang.Object
implements ITextAnimation

Represent text animation.


Constructor Summary
TextAnimation()
           
 
Method Summary
 IEffect 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.
 IEffect getEffectAnimateBackgroundShape()
           Linked shape effect with group or not (null)
 void setBuildType(int value)
           
 void setEffectAnimateBackgroundShape(IEffect value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextAnimation

public TextAnimation()
Method Detail

addEffect

public IEffect 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!

Specified by:
addEffect in interface ITextAnimation

getBuildType

public int getBuildType()

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

Specified by:
getBuildType in interface ITextAnimation

setBuildType

public void setBuildType(int value)
Specified by:
setBuildType in interface ITextAnimation

getEffectAnimateBackgroundShape

public IEffect getEffectAnimateBackgroundShape()

Linked shape effect with group or not (null)

Specified by:
getEffectAnimateBackgroundShape in interface ITextAnimation

setEffectAnimateBackgroundShape

public void setEffectAnimateBackgroundShape(IEffect value)
Specified by:
setEffectAnimateBackgroundShape in interface ITextAnimation