AnimateTextType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class AnimateTextType extends System.Enum
Represents the animate text type of an animation effect.
Fields
Field | Description |
---|---|
AllAtOnce | Animate all text at once. |
ByWord | Animate text by word. |
ByLetter | Animate text by letter. |
AllAtOnce
public static final int AllAtOnce
Animate all text at once.
ByWord
public static final int ByWord
Animate text by word.
ByLetter
public static final int ByLetter
Animate text by letter.