WebOptions.ShowSlideAnimation Property
Determines whether slide animations are enabled when previewing, saving, or publishing a Web presentation. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property ShowSlideAnimation As MsoTriState
Get
Set
'Usage
Dim instance As WebOptions
Dim value As MsoTriState
value = instance.ShowSlideAnimation
instance.ShowSlideAnimation = value
MsoTriState ShowSlideAnimation { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
The value of the ShowSlideAnimation property can be one of the following MsoTriState constants:
Constant |
Description |
---|---|
Slide animations are disabled when previewing, saving, or publishing a Web presentation. |
|
Slide animations are enabled when previewing, saving, or publishing a Web presentation. |