Share via


WordprocessingDocumentType Enumeration

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Describes the type of word processing document.

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration WordprocessingDocumentType
'Usage
Dim instance As WordprocessingDocumentType
public enum WordprocessingDocumentType

Members

Member name Description
Document Word Document (*.docx)
Template Word Template (*.dotx)
MacroEnabledDocument Word Macro-Enabled Document (*.docm)
MacroEnabledTemplate Word Macro-Enabled Template (*.dotm)

See Also

Reference

DocumentFormat.OpenXml Namespace