AnimateTextType
AnimateTextType enum
Represents the animate text type of an animation effect.
enum class AnimateTextType
Values
Name | Value | Description |
---|---|---|
AllAtOnce | 0 | Animate all text at once. |
ByWord | 1 | Animate text by word. |
ByLetter | 2 | Animate text by letter. |
See Also
- Namespace Aspose::Slides::Animation
- Library Aspose.Slides