Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Class

HtmlToRtfResult

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html.Rtf
Base HtmlConversionResult<RtfDocument>
Implements
IOfficeConversionResult<RtfDocument, HtmlConversionReport> IOfficeResult<RtfDocument> IOfficeResult
Modifiers sealed

RTF document plus structured diagnostics from HTML import.

Inheritance

  • HtmlConversionResult<RtfDocument>
  • HtmlToRtfResult

Usage

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

Properties

public IReadOnlyList<HtmlRtfConversionDiagnostic> RtfDiagnostics { get; } #

RTF-specific diagnostics in emission order.

public RtfConversionReport RtfReport { get; } #

Shared RTF fidelity report for this operation.