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.
Defines PresentationDocumentType - type of PresentationDocument.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration PresentationDocumentType
'Usage
Dim instance As PresentationDocumentType
public enum PresentationDocumentType
Members
| Member name | Description | |
|---|---|---|
| Presentation | PowerPoint Presentation (*.pptx). | |
| Template | PowerPoint Template (*.potx). | |
| Slideshow | PowerPoint Show (*.ppsx). | |
| MacroEnabledPresentation | PowerPoint Macro-Enabled Presentation (*.pptm). | |
| MacroEnabledTemplate | PowerPoint Macro-Enabled Template (*.potm). | |
| MacroEnabledSlideshow | PowerPoint Macro-Enabled Show (*.ppsm). | |
| AddIn | PowerPoint Add-In (*.ppam). |