次の方法で共有


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

PowerPoint Show (*.ppsx)。

Template 1

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

適用対象