WordprocessingDocumentType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines WordprocessingDocumentType - type of WordprocessingDocument.
public enum WordprocessingDocumentType
type WordprocessingDocumentType =
Public Enum WordprocessingDocumentType
- Inheritance
-
WordprocessingDocumentType
Fields
Name | Value | Description |
---|---|---|
Document | 0 | Word Document (*.docx). |
Template | 1 | Word Template (*.dotx). |
MacroEnabledDocument | 2 | Word Macro-Enabled Document (*.docm). |
MacroEnabledTemplate | 3 | Word Macro-Enabled Template (*.dotm). |