API Reference

Enum

OdfDocumentKind

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

Identifies the OpenDocument body and package media type.

Inheritance

  • Enum
  • OdfDocumentKind

Usage

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

Values

public const OdfDocumentKind Text #

OpenDocument Text (`.odt`).

Value: 0
public const OdfDocumentKind Spreadsheet #

OpenDocument Spreadsheet (`.ods`).

Value: 1
public const OdfDocumentKind Presentation #

OpenDocument Presentation (`.odp`).

Value: 2