API Reference

Enum

WordStreamSaveFormat

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

Selects the physical document format for stream saves, where no file extension is available.

Inheritance

  • Enum
  • WordStreamSaveFormat

Usage

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

Values

public const WordStreamSaveFormat OpenXml #

Save streams as the standard Office Open XML package format.

Value: 0
public const WordStreamSaveFormat LegacyDoc #

Save streams as a native Word 97-2003 legacy .doc compound file.

Value: 1