com.aspose.slides
Interface ITextAnimation

All Known Implementing Classes:
TextAnimation

public interface ITextAnimation

Represent text animation.


Method Summary
 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) Read/write IEffect.
 void setBuildType(int value)
           List of build type (for exp.
 void setEffectAnimateBackgroundShape(IEffect value)
           Linked shape effect with group or not (null) Read/write IEffect.
 

Method Detail

addEffect

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!


getBuildType

int getBuildType()

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


setBuildType

void setBuildType(int value)

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


getEffectAnimateBackgroundShape

IEffect getEffectAnimateBackgroundShape()

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


setEffectAnimateBackgroundShape

void setEffectAnimateBackgroundShape(IEffect value)

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



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.