TextAnimation
TextAnimation class
Represent text animation.
TextAnimation
| Name | Description |
|---|---|
| TextAnimation() |
Returns: TextAnimation
addEffect
| Name | Description |
|---|---|
| addEffect (int, int, int) | 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:
| Name | 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: Effect
getBuildType
| Name | Description |
|---|---|
| getBuildType () | List of build type (for exp. Paragraph 1,2,3, All at Once) of text animation. Read/write BuildType. |
Returns: int
getEffectAnimateBackgroundShape
| Name | Description |
|---|---|
| getEffectAnimateBackgroundShape () | Linked shape effect with group or not (null). Read/write IEffect. |
Returns: Effect
setBuildType
| Name | Description |
|---|---|
| setBuildType (int) | List of build type (for exp. Paragraph 1,2,3, All at Once) of text animation. Read/write BuildType. |
Returns: void
setEffectAnimateBackgroundShape
| Name | Description |
|---|---|
| setEffectAnimateBackgroundShape (Effect) | Linked shape effect with group or not (null). Read/write IEffect. |
Returns: void