TextAnimation Class

Represent text animation.
Inheritance Hierarchy
SystemObject
  Aspose.Slides.AnimationTextAnimation

Namespace:  Aspose.Slides.Animation
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class TextAnimation : ITextAnimation

The TextAnimation type exposes the following members.

Constructors
  NameDescription
Public methodTextAnimation
Initializes a new instance of the TextAnimation class
Properties
  NameDescription
Public propertyBuildType
List of build type (for exp. Paragraph 1,2,3, All at Once) of text animation. Read/write BuildType.
Public propertyEffectAnimateBackgroundShape
Linked shape effect with group or not (null). Read/write IEffect.
Methods
  NameDescription
Public methodAddEffect
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!
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also