Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether text will be animated in reverse order. Returns an Effect object representing the text animation.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Function ConvertToAnimateInReverse ( _
Effect As Effect, _
animateInReverse As MsoTriState _
) As Effect
'Usage
Dim instance As Sequence
Dim Effect As Effect
Dim animateInReverse As MsoTriState
Dim returnValue As Effect
returnValue = instance.ConvertToAnimateInReverse(Effect, _
animateInReverse)
Effect ConvertToAnimateInReverse(
Effect Effect,
MsoTriState animateInReverse
)
Parameters
- Effect
Type: Microsoft.Office.Interop.PowerPoint.Effect
The animation effect to which the reversal will apply.
- animateInReverse
Type: Microsoft.Office.Core.MsoTriState
Determines the text animation order.
Return Value
Type: Microsoft.Office.Interop.PowerPoint.Effect
Returns .