com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class TextAnimation

  • java.lang.Object
    • com.aspose.slides.TextAnimation
  • All Implemented Interfaces:
    ITextAnimation


    public class TextAnimation
    extends java.lang.Object
    implements ITextAnimation

    Represent text animation.

    • Constructor Detail

      • TextAnimation

        public TextAnimation()
    • Method Detail

      • addEffect

        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!

        Specified by:
        addEffect in interface ITextAnimation
      • getBuildType

        public final int getBuildType()

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

        Specified by:
        getBuildType in interface ITextAnimation
      • setBuildType

        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.

        Specified by:
        setBuildType in interface ITextAnimation