다음을 통해 공유


EffectInformation.AnimateTextInReverse Property

Determines whether the specified shape is built in reverse order. Applies only to shapes (such as shapes containing lists) that can be built in more than one step. Read/write.

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

Syntax

'Declaration
ReadOnly Property AnimateTextInReverse As MsoTriState
    Get
'Usage
Dim instance As EffectInformation
Dim value As MsoTriState

value = instance.AnimateTextInReverse
MsoTriState AnimateTextInReverse { get; }

Property Value

Type: Microsoft.Office.Core.MsoTriState

Remarks

The value of the AnimateTextInReverse property can be one of these MsoTriState constants.

Constant

Description

msoFalse

The specified shape is not built in reverse order.

msoTrue

The specified shape is built in reverse order.

You do not see the effects of setting this property unless the specified shape gets animated. For a shape to be animated, the TextLevelEffect property of the AnimationSettings object for the shape must be set to something other than ppAnimateLevelNone and the Animate property must be set to true.

See Also

Reference

EffectInformation Interface

EffectInformation Members

Microsoft.Office.Interop.PowerPoint Namespace