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)
           List of build type (for exp.
 void setEffectAnimateBackgroundShape(IEffect value)
           Linked shape effect with group or not (null).
 
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. Read/write BuildType.

Specified by:
getBuildType in interface ITextAnimation

setBuildType

public void setBuildType(int value)

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

Specified by:
setBuildType in interface ITextAnimation

getEffectAnimateBackgroundShape

public IEffect getEffectAnimateBackgroundShape()

Linked shape effect with group or not (null). Read/write IEffect.

Specified by:
getEffectAnimateBackgroundShape in interface ITextAnimation

setEffectAnimateBackgroundShape

public void setEffectAnimateBackgroundShape(IEffect value)

Linked shape effect with group or not (null). Read/write IEffect.

Specified by:
setEffectAnimateBackgroundShape in interface ITextAnimation


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.