API Reference

Enum

OdfFeatureSupport

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

Describes how the current engine handles a detected document feature.

Inheritance

  • Enum
  • OdfFeatureSupport

Usage

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

Accepted by parameters

Values

public const OdfFeatureSupport Editable #

The feature has a typed editing surface.

Value: 0
public const OdfFeatureSupport Inspected #

The feature is inspectable but not editable.

Value: 1
public const OdfFeatureSupport Preserved #

The feature is retained without typed interpretation.

Value: 2
public const OdfFeatureSupport Unsupported #

The feature cannot be retained across the requested operation.

Value: 3