PresentationDocumentType 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
PresentationDocumentType - PresentationDocument の種類を定義します。
public enum PresentationDocumentType
type PresentationDocumentType =
Public Enum PresentationDocumentType
- 継承
-
PresentationDocumentType
フィールド
名前 | 値 | 説明 |
---|---|---|
Presentation | 0 | PowerPointプレゼンテーション (*.pptx)。 |
Template | 1 | PowerPointテンプレート (*.potx)。 |
Slideshow | 2 | PowerPoint 表示 (*.ppsx)。 |
MacroEnabledPresentation | 3 | Macro-Enabled プレゼンテーション (*.pptm) をPowerPointします。 |
MacroEnabledTemplate | 4 | PowerPoint Macro-Enabled テンプレート (*.potm)。 |
MacroEnabledSlideshow | 5 | PowerPoint Macro-Enabled 表示 (*.ppsm)。 |
AddIn | 6 | Add-In (*.ppam) をPowerPointします。 |