API Reference

Class

HtmlConversionReport

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Modifiers sealed

Immutable view of the diagnostics and fidelity outcome from one HTML conversion.

Inheritance

  • Object
  • HtmlConversionReport

Usage

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

Methods

public Void RequireNoLoss() #
Returns: Void

Throws when the conversion failed or did not preserve the source faithfully.

Properties

public IReadOnlyList<HtmlDiagnostic> Diagnostics { get; } #

Structured conversion diagnostics in emission order.

public Boolean Succeeded { get; } #

Whether conversion completed without an error diagnostic.

public Boolean HasLoss { get; } #

Whether the conversion approximated, omitted, or failed any source content.