API Reference

Enum

OdfConversionMappingStatus

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

Describes how a source feature was handled during an explicit format conversion.

Inheritance

  • Enum
  • OdfConversionMappingStatus

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 OdfConversionMappingStatus Converted #

The supported semantic value was transferred directly.

Value: 0
public const OdfConversionMappingStatus Approximated #

The feature was transferred through a documented approximation.

Value: 1
public const OdfConversionMappingStatus Skipped #

The feature was intentionally omitted from the target.

Value: 2
public const OdfConversionMappingStatus Unsupported #

The target adapter does not currently support the source feature.

Value: 3