com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface ITextAnimation

  • All Known Implementing Classes:
    TextAnimation


    public interface ITextAnimation

    Represent text animation.

    • 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 getBuildType()/setBuildType(int).

      • setBuildType

        void setBuildType(int value)

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

      • 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.