ITextAnimation
public interface ITextAnimation
Represent text animation.
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) Read/write IEffect. |
setEffectAnimateBackgroundShape(IEffect value) | Linked shape effect with group or not (null) Read/write IEffect. |
addEffect(int effectType, int subtype, int triggerType)
public abstract 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 abstract int getBuildType()
List of build type (for exp. Paragraph 1,2,3, All at Once) of text animation. Read/write #getBuildType.getBuildType/#setBuildType(int).setBuildType(int).
Returns: int
setBuildType(int value)
public abstract void setBuildType(int value)
List of build type (for exp. Paragraph 1,2,3, All at Once) of text animation. Read/write #getBuildType.getBuildType/#setBuildType(int).setBuildType(int).
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getEffectAnimateBackgroundShape()
public abstract IEffect getEffectAnimateBackgroundShape()
Linked shape effect with group or not (null) Read/write IEffect.
Returns: IEffect
setEffectAnimateBackgroundShape(IEffect value)
public abstract void setEffectAnimateBackgroundShape(IEffect value)
Linked shape effect with group or not (null) Read/write IEffect.
Parameters:
Parameter | Type | Description |
---|---|---|
value | IEffect |