API Reference

Enum

OdfCompatibilityProfile

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

Controls the version and extension policy used when saving.

Inheritance

  • Enum
  • OdfCompatibilityProfile

Usage

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

Values

public const OdfCompatibilityProfile Odf14 #

Write conforming ODF 1.4 markup for newly supported features.

Value: 0
public const OdfCompatibilityProfile Odf13 #

Write ODF 1.3-compatible markup where supported.

Value: 1
public const OdfCompatibilityProfile PreserveSource #

Retain the source version and extension markup where possible.

Value: 2