AnimateTextType

Overview

AnimateTextType is a enum in Aspose.Slides FOSS for Python.

Represents the animate text type of an animation effect.

This enumeration defines 3 values: ALL_AT_ONCE, BY_WORD, BY_LETTER.

Values

ValueDescription
ALL_AT_ONCERepresents animating the entire text block in a single step
BY_WORDRepresents animating text one word at a time
BY_LETTERRepresents animating text one character at a time

See Also