API Reference

Enum

HtmlConversionPreflightOutcome

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

Predicted handling of a source feature before target artifact creation.

Inheritance

  • Enum
  • HtmlConversionPreflightOutcome

Usage

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

Values

public const HtmlConversionPreflightOutcome Supported #

The target contract represents the feature.

Value: 0
public const HtmlConversionPreflightOutcome Approximated #

The target contract retains the feature through a documented approximation.

Value: 1
public const HtmlConversionPreflightOutcome Omitted #

The target contract omits the feature.

Value: 2