Click or drag to resize

PresentationDocumentType Enumeration

Defines PresentationDocumentType - type of PresentationDocument.

Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntax
public enum PresentationDocumentType
Members
Member nameValueDescription
Presentation0 PowerPoint Presentation (*.pptx).
Template1 PowerPoint Template (*.potx).
Slideshow2 PowerPoint Show (*.ppsx).
MacroEnabledPresentation3 PowerPoint Macro-Enabled Presentation (*.pptm).
MacroEnabledTemplate4 PowerPoint Macro-Enabled Template (*.potm).
MacroEnabledSlideshow5 PowerPoint Macro-Enabled Show (*.ppsm).
AddIn6 PowerPoint Add-In (*.ppam).
See Also