API Reference

Enum

HtmlConversionLossKind

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

Classifies the conversion impact represented by a diagnostic independently from its severity.

Inheritance

  • Enum
  • HtmlConversionLossKind

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 HtmlConversionLossKind None #

No content fidelity loss is represented.

Value: 0
public const HtmlConversionLossKind Approximation #

Content was retained through an approximate or fallback representation.

Value: 1
public const HtmlConversionLossKind Omission #

Some source content could not be represented and was omitted.

Value: 2
public const HtmlConversionLossKind Failure #

The requested conversion could not produce a usable semantic result.

Value: 3