Share via


EffectInformation.TextUnitEffect Property

Indicates whether the text in the specified shape is animated paragraph by paragraph, word by word, or letter by letter. Read-only.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
ReadOnly Property TextUnitEffect As MsoAnimTextUnitEffect
    Get
'Usage
Dim instance As EffectInformation
Dim value As MsoAnimTextUnitEffect

value = instance.TextUnitEffect
MsoAnimTextUnitEffect TextUnitEffect { get; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.MsoAnimTextUnitEffect
MsoAnimTextUnitEffect

Remarks

The value of the TextUnitEffect property can be one of these MsoAnimTextUnitEffect constants.

msoAnimTextUnitEffectByCharacter

msoAnimTextUnitEffectByParagraph

msoAnimTextUnitEffectByWord

msoAnimTextUnitEffectMixed

See Also

Reference

EffectInformation Interface

EffectInformation Members

Microsoft.Office.Interop.PowerPoint Namespace