API Reference

Enum

OdfConversionLossPolicy

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

Policy applied after an explicit OpenDocument conversion has produced its evidence report.

Inheritance

  • Enum
  • OdfConversionLossPolicy

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 OdfConversionLossPolicy ReportOnly #

Return the value and report; the caller decides how to handle loss.

Value: 0
public const OdfConversionLossPolicy ThrowOnSkippedOrUnsupported #

Throw when a feature was skipped or unsupported; documented approximations are accepted.

Value: 1
public const OdfConversionLossPolicy ThrowOnAnyLoss #

Throw for every approximation, skip, or unsupported mapping.

Value: 2