PresentationDocumentType Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Definiert PresentationDocumentType – PresentationDocument-Typ.
public enum PresentationDocumentType
type PresentationDocumentType =
Public Enum PresentationDocumentType
- Vererbung
-
PresentationDocumentType
Felder
Name | Wert | Beschreibung |
---|---|---|
Presentation | 0 | PowerPoint-Präsentation (*.pptx). |
Template | 1 | PowerPoint-Vorlage (*.potx). |
Slideshow | 2 | PowerPoint Show (*.ppsx). |
MacroEnabledPresentation | 3 | PowerPoint Macro-Enabled Presentation (*.pptm). |
MacroEnabledTemplate | 4 | PowerPoint Macro-Enabled-Vorlage (*.potm). |
MacroEnabledSlideshow | 5 | PowerPoint Macro-Enabled Show (*.ppsm). |
AddIn | 6 | PowerPoint Add-In (*.ppam). |