BuildType

Overview

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

Determines how text will appear on a shape during animation.

This enumeration defines 7 values: AS_ONE_OBJECT, ALL_PARAGRAPHS_AT_ONCE, BY_LEVEL_PARAGRAPHS1, BY_LEVEL_PARAGRAPHS2, BY_LEVEL_PARAGRAPHS3, BY_LEVEL_PARAGRAPHS4, BY_LEVEL_PARAGRAPHS5.

Values

ValueDescription
AS_ONE_OBJECTRepresents building the presentation as a single object
ALL_PARAGRAPHS_AT_ONCERepresents processing all paragraphs simultaneously
BY_LEVEL_PARAGRAPHS1Represents building paragraphs by level 1 hierarchy
BY_LEVEL_PARAGRAPHS2Represents building paragraphs by level 2 hierarchy
BY_LEVEL_PARAGRAPHS3Represents building paragraphs by level 3 hierarchy
BY_LEVEL_PARAGRAPHS4Represents building paragraphs by level 4 hierarchy
BY_LEVEL_PARAGRAPHS5Represents building paragraphs by level 5 hierarchy

See Also