API Reference
Class
HtmlRtfConversionDiagnostic
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
- Property HtmlToRtfResult.RtfDiagnostics
- Property RtfToHtmlResult.RtfDiagnostics
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
- Stable diagnostic code.
- message System.String
- Human-readable message.
- severity OfficeIMO.Html.HtmlRtfConversionDiagnosticSeverity = Warning
- Diagnostic severity.
- source System.String = null
- Optional HTML/resource source associated with the diagnostic.
- detail System.String = null
- Optional low-level detail, such as an exception type or status text.
- action System.Nullable{OfficeIMO.Rtf.RtfConversionAction} = null
- Explicit fidelity action taken for the affected content.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.