PresentationDocumentType Enumeration

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Describes the type of presentation document.

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)

See Also

Reference

DocumentFormat.OpenXml Namespace