ParagraphBuildType Enumeration
|
Indicates how text display style during animation.
Namespace:
Spire.Presentation.Drawing.Animation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum ParagraphBuildType
Public Enumeration ParagraphBuildType
public enum class ParagraphBuildType
Members
|
|
Member name
|
Value
|
Description
|
|
|
Whole
|
0
|
One shape.
|
|
|
AllAtOnce
|
1
|
All paragraph.
|
|
|
Paragraphs1
|
2
|
Paragraphs of depth 1.
|
|
|
Paragraphs2
|
3
|
Paragraphs of depth 2.
|
|
|
Paragraphs3
|
4
|
Paragraphs of depth 3.
|
|
|
Paragraphs4
|
5
|
Paragraphs of depth 4.
|
|
|
Paragraphs5
|
6
|
Paragraphs of depth 5.
|
|
|
cust
|
7
|
|
See Also