DefaultWebOptions.ShowSlideAnimation Property
Determines the default setting for 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 DefaultWebOptions
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 these MsoTriState constants.
Constant |
Description |
---|---|
Slide animations are disabled by default when previewing, saving, or publishing a Web presentation. |
|
Slide animations are enabled by default when previewing, saving, or publishing a Web presentation. |