TextAnimation

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.slides.ITextAnimation

public class TextAnimation implements ITextAnimation

Represent text animation.

Constructors

ConstructorDescription
TextAnimation()

Methods

MethodDescription
addEffect(int effectType, int subtype, int triggerType)Add new effect to the end of current sequence to end of group text animations.
getBuildType()List of build type (for exp.
setBuildType(int value)List of build type (for exp.
getEffectAnimateBackgroundShape()Linked shape effect with group or not (null).
setEffectAnimateBackgroundShape(IEffect value)Linked shape effect with group or not (null).

TextAnimation()

public TextAnimation()

addEffect(int effectType, int subtype, int triggerType)

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

Parameters:

ParameterTypeDescription
effectTypeintType of an animation effect EffectType
subtypeintSubtypes of animation effect EffectSubtype
triggerTypeintTrigger type of effect EffectTriggerType

Returns: IEffect - New effect object IEffect

getBuildType()

public final int getBuildType()

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

Returns: int

setBuildType(int value)

public final void setBuildType(int value)

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

Parameters:

ParameterTypeDescription
valueint

getEffectAnimateBackgroundShape()

public final IEffect getEffectAnimateBackgroundShape()

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

Returns: IEffect

setEffectAnimateBackgroundShape(IEffect value)

public final void setEffectAnimateBackgroundShape(IEffect value)

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

Parameters:

ParameterTypeDescription
valueIEffect