PresentationDocumentType Enum
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 PresentationDocumentType - PresentationDocument 的类型。
public enum PresentationDocumentType
type PresentationDocumentType =
Public Enum PresentationDocumentType
- 继承
-
PresentationDocumentType
字段
| 名称 | 值 | 说明 |
|---|---|---|
| Presentation | 0 | PowerPoint 演示文稿 (*.pptx) 。 |
| Template | 1 | PowerPoint 模板 (*.potx) 。 |
| Slideshow | 2 | PowerPoint Show (*.ppsx) 。 |
| MacroEnabledPresentation | 3 | PowerPoint Macro-Enabled Presentation (*.pptm) 。 |
| MacroEnabledTemplate | 4 | PowerPoint Macro-Enabled 模板 (*.potm) 。 |
| MacroEnabledSlideshow | 5 | PowerPoint Macro-Enabled 显示 (*.ppsm) 。 |
| AddIn | 6 | PowerPoint Add-In (*.ppam) 。 |