PresentationDocumentType Enumeration
Defines PresentationDocumentType - type of PresentationDocument.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
Public Enumeration PresentationDocumentType
'Применение
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). |