public class TextAnimation extends java.lang.Object implements ITextAnimation
Represent text animation.
| Constructor and Description |
|---|
TextAnimation() |
| Modifier and Type | Method and Description |
|---|---|
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).
|
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!
addEffect in interface ITextAnimationeffectType - Type of an animation effect EffectTypesubtype - Subtypes of animation effect EffectSubtypetriggerType - Trigger type of effect EffectTriggerTypeIEffectpublic final int getBuildType()
List of build type (for exp. Paragraph 1,2,3, All at Once) of text animation.
Read/write BuildType.
getBuildType in interface ITextAnimationpublic final void setBuildType(int value)
List of build type (for exp. Paragraph 1,2,3, All at Once) of text animation.
Read/write BuildType.
setBuildType in interface ITextAnimationpublic final IEffect getEffectAnimateBackgroundShape()
Linked shape effect with group or not (null).
Read/write IEffect.
getEffectAnimateBackgroundShape in interface ITextAnimationpublic final void setEffectAnimateBackgroundShape(IEffect value)
Linked shape effect with group or not (null).
Read/write IEffect.
setEffectAnimateBackgroundShape in interface ITextAnimationCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.