PresentationDocumentType 列挙型

定義

PresentationDocumentType - PresentationDocument の種類を定義します。

public enum PresentationDocumentType
type PresentationDocumentType = 
Public Enum PresentationDocumentType
継承
PresentationDocumentType

フィールド

AddIn 6

PowerPoint Add-In (*.ppam)。

MacroEnabledPresentation 3

PowerPoint Macro-Enabledプレゼンテーション (*.pptm)。

MacroEnabledSlideshow 5

PowerPoint Macro-Enabled (*.ppsm) を表示します。

MacroEnabledTemplate 4

PowerPoint Macro-Enabled テンプレート (*.potm)。

Presentation 0

PowerPointプレゼンテーション (*.pptx)。

Slideshow 2

PowerPointShow (*.ppsx)。

Template 1

PowerPointテンプレート (*.potx)。

適用対象