PresentationDocumentType Перечисление
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Определяет 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 | Презентация Macro-Enabled PowerPoint (*.pptm). |
MacroEnabledTemplate | 4 | Шаблон Macro-Enabled PowerPoint (*.potm). |
MacroEnabledSlideshow | 5 | PowerPoint Macro-Enabled Show (*.ppsm). |
AddIn | 6 | PowerPoint Add-In (*.ppam). |