Click or drag to resize

PresentationDocumentType Enumeration

Defines PresentationDocumentType - type of PresentationDocument.

Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
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