PresentationDocumentType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines PresentationDocumentType - type of PresentationDocument.
public enum PresentationDocumentType
type PresentationDocumentType =
Public Enum PresentationDocumentType
- Inheritance
-
PresentationDocumentType
Fields
Name | Value | Description |
---|---|---|
Presentation | 0 | PowerPoint Presentation (*.pptx). |
Template | 1 | PowerPoint Template (*.potx). |
Slideshow | 2 | PowerPoint Show (*.ppsx). |
MacroEnabledPresentation | 3 | PowerPoint Macro-Enabled Presentation (*.pptm). |
MacroEnabledTemplate | 4 | PowerPoint Macro-Enabled Template (*.potm). |
MacroEnabledSlideshow | 5 | PowerPoint Macro-Enabled Show (*.ppsm). |
AddIn | 6 | PowerPoint Add-In (*.ppam). |