TextAnimation
Contents
[
Hide
]Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.slides.ITextAnimation
public class TextAnimation implements ITextAnimation
Represent text animation.
Constructors
Constructor | Description |
---|---|
TextAnimation() |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
effectType | int | Type of an animation effect EffectType |
subtype | int | Subtypes of animation effect EffectSubtype |
triggerType | int | Trigger 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:
Parameter | Type | Description |
---|---|---|
value | int |
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:
Parameter | Type | Description |
---|---|---|
value | IEffect |