WdNewDocumentType 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.
Specifies the type of new document to create.
public enum class WdNewDocumentType
[System.Runtime.InteropServices.Guid("A921AF37-36D9-30D1-9ABB-FE255AAA60AE")]
public enum WdNewDocumentType
type WdNewDocumentType =
Public Enum WdNewDocumentType
- Inheritance
-
WdNewDocumentType
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdNewBlankDocument | 0 | Blank document. |
wdNewWebPage | 1 | Web page. |
wdNewEmailMessage | 2 | E-mail message. |
wdNewFrameset | 3 | Frameset. |
wdNewXMLDocument | 4 | XML document. |