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

FieldDescription
AllAtOnceAnimate all text at once.
ByWordAnimate text by word.
ByLetterAnimate 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.