API Reference

Enum

HtmlRenderFidelityPolicy

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

Controls whether the static renderer may return a document with diagnosed fidelity loss.

Inheritance

  • Enum
  • HtmlRenderFidelityPolicy

Usage

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

Values

public const HtmlRenderFidelityPolicy AllowDiagnosedLoss #

Returns the rendered document together with all structured diagnostics.

Value: 0
public const HtmlRenderFidelityPolicy RequireNoLoss #

Throws when rendering emits a warning or error instead of silently accepting a fallback.

Value: 1