BuildType

BuildType enumeration

Determines how text will appear on a shape during animation.

public enum BuildType

Values

NameValueDescription
AsOneObject0With containing shape.
AllParagraphsAtOnce1All paragraph.
ByLevelParagraphs12By groups of paragraphs of depth 1.
ByLevelParagraphs23By groups of paragraphs of depth 2.
ByLevelParagraphs34By groups of paragraphs of depth 3.
ByLevelParagraphs45By groups of paragraphs of depth 4.
ByLevelParagraphs56By groups of paragraphs of depth 5.

See Also