API Reference

Enum

WordDocumentType

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Word package type used when creating a document without a destination extension.

Inheritance

  • Enum
  • WordDocumentType

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const WordDocumentType Document #

Standard DOCX document.

Value: 0
public const WordDocumentType Template #

DOTX template.

Value: 1
public const WordDocumentType MacroEnabledDocument #

Macro-enabled DOCM document.

Value: 2
public const WordDocumentType MacroEnabledTemplate #

Macro-enabled DOTM template.

Value: 3