AnimationSettings.TextLevelEffect Property
Indicates whether the text in the specified shape is animated by first-level paragraphs, second-level paragraphs, or some other level of paragraphs (up to fifth-level paragraphs). Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property TextLevelEffect As PpTextLevelEffect
Get
Set
'Usage
Dim instance As AnimationSettings
Dim value As PpTextLevelEffect
value = instance.TextLevelEffect
instance.TextLevelEffect = value
PpTextLevelEffect TextLevelEffect { get; set; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.PpTextLevelEffect
Remarks
For the TextLevelEffect property setting to take effect, the Animate property must be set to true.
The value of the TextLevelEffect property can be one of these PpTextLevelEffect constants.