BuildType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class BuildType extends System.Enum

Determines how text will appear on a shape during animation.

Fields

FieldDescription
AsOneObjectWith containing shape.
AllParagraphsAtOnceAll paragraph.
ByLevelParagraphs1By groups of paragraphs of depth 1.
ByLevelParagraphs2By groups of paragraphs of depth 2.
ByLevelParagraphs3By groups of paragraphs of depth 3.
ByLevelParagraphs4By groups of paragraphs of depth 4.
ByLevelParagraphs5By groups of paragraphs of depth 5.

AsOneObject

public static final int AsOneObject

With containing shape.

AllParagraphsAtOnce

public static final int AllParagraphsAtOnce

All paragraph.

ByLevelParagraphs1

public static final int ByLevelParagraphs1

By groups of paragraphs of depth 1.

ByLevelParagraphs2

public static final int ByLevelParagraphs2

By groups of paragraphs of depth 2.

ByLevelParagraphs3

public static final int ByLevelParagraphs3

By groups of paragraphs of depth 3.

ByLevelParagraphs4

public static final int ByLevelParagraphs4

By groups of paragraphs of depth 4.

ByLevelParagraphs5

public static final int ByLevelParagraphs5

By groups of paragraphs of depth 5.