API Reference

Enum

HtmlRenderSupportLevel

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

Describes the observable renderer behavior for a declared capability.

Inheritance

  • Enum
  • HtmlRenderSupportLevel

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 HtmlRenderSupportLevel Full #

The declared feature subset is represented without a known renderer fallback.

Value: 0
public const HtmlRenderSupportLevel Partial #

A useful documented subset is represented and unsupported cases are diagnosed.

Value: 1
public const HtmlRenderSupportLevel Fallback #

The feature uses a deterministic documented fallback when encountered.

Value: 2
public const HtmlRenderSupportLevel Ignored #

The feature is intentionally ignored and diagnosed.

Value: 3
public const HtmlRenderSupportLevel Rejected #

The feature or resource is rejected at a safety boundary and diagnosed.

Value: 4