BuildType
Overview
BuildType is a enum in Aspose.Slides FOSS for Python.
Determines how text will appear on a shape during animation.
Values
| Value | Description |
|---|---|
AS_ONE_OBJECT | Represents building the presentation as a single object |
ALL_PARAGRAPHS_AT_ONCE | Represents processing all paragraphs simultaneously |
BY_LEVEL_PARAGRAPHS1 | Represents building paragraphs by level 1 hierarchy |
BY_LEVEL_PARAGRAPHS2 | Represents building paragraphs by level 2 hierarchy |
BY_LEVEL_PARAGRAPHS3 | Represents building paragraphs by level 3 hierarchy |
BY_LEVEL_PARAGRAPHS4 | Represents building paragraphs by level 4 hierarchy |
BY_LEVEL_PARAGRAPHS5 | Represents building paragraphs by level 5 hierarchy |