PpUpdateOption Enumeration
Constants that specify how hyperlinks in presentations should be updated, passed to and returned by the AutoUpdate property of the LinkFormat object.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("939ABC08-6F0E-4595-A12F-F96CFCB7FF77")> _
Public Enumeration PpUpdateOption
'Usage
Dim instance As PpUpdateOption
[GuidAttribute("939ABC08-6F0E-4595-A12F-F96CFCB7FF77")]
public enum PpUpdateOption
Members
Member name | Description | |
---|---|---|
ppUpdateOptionMixed | Mixed | |
ppUpdateOptionManual | Link will be updated only when the user specifically asks to update the presentation. | |
ppUpdateOptionAutomatic | Link will be updated each time the presentation is opened or the source file changes. |