API Reference

Enum

HtmlCapabilitySupportLevel

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

Declared support outcome for a semantic feature and conversion target.

Inheritance

  • Enum
  • HtmlCapabilitySupportLevel

Usage

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

Values

public const HtmlCapabilitySupportLevel Supported #

The target preserves the feature through its documented native or rendered contract.

Value: 0
public const HtmlCapabilitySupportLevel Approximated #

The target retains useful evidence but may simplify or flatten the feature.

Value: 1
public const HtmlCapabilitySupportLevel Unsupported #

The target does not currently represent the feature.

Value: 2