API Reference

Class

HtmlRtfConversionDiagnostic

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Modifiers sealed

Describes skipped, degraded, or otherwise notable content observed during HTML/RTF conversion.

Inheritance

  • Object
  • HtmlRtfConversionDiagnostic

Usage

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

Returned or exposed by

Constructors

public HtmlRtfConversionDiagnostic(String code, String message, HtmlRtfConversionDiagnosticSeverity severity = Warning, String source = null, String detail = null, Nullable<RtfConversionAction> action = null) #

Creates a conversion diagnostic.

Parameters

code System.String requiredposition: 0
Stable diagnostic code.
message System.String requiredposition: 1
Human-readable message.
severity OfficeIMO.Html.HtmlRtfConversionDiagnosticSeverity = Warning optionalposition: 2
Diagnostic severity.
source System.String = null optionalposition: 3
Optional HTML/resource source associated with the diagnostic.
detail System.String = null optionalposition: 4
Optional low-level detail, such as an exception type or status text.
action System.Nullable{OfficeIMO.Rtf.RtfConversionAction} = null optionalposition: 5
Explicit fidelity action taken for the affected content.

Properties

public String Code { get; } #

Stable diagnostic code.

public String Message { get; } #

Human-readable diagnostic message.

public HtmlRtfConversionDiagnosticSeverity Severity { get; } #

Diagnostic severity.

public String Source { get; } #

Optional HTML/resource source associated with the diagnostic.

public String Detail { get; } #

Optional low-level detail, such as an exception type or status text.

public RtfConversionAction Action { get; } #

Explicit fidelity action taken for the affected content.