API Reference

Enum

OdfCapabilityLevel

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

Implementation level for a stable OpenDocument capability line.

Inheritance

  • Enum
  • OdfCapabilityLevel

Usage

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

Values

public const OdfCapabilityLevel Editable #

The typed surface covers the documented capability.

Value: 0
public const OdfCapabilityLevel Limited #

A useful, documented subset is editable while advanced variants remain preserved or unsupported.

Value: 1
public const OdfCapabilityLevel Inspected #

The feature can be detected and inspected but not edited.

Value: 2
public const OdfCapabilityLevel Preserved #

Unchanged source content is retained without typed editing.

Value: 3
public const OdfCapabilityLevel DetectedUnsupported #

The feature is detected and rejected before unsafe or partial processing.

Value: 4