API Reference

Enum

HtmlRtfConversionDiagnosticSeverity

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

Severity for an HTML/RTF conversion diagnostic.

Inheritance

  • Enum
  • HtmlRtfConversionDiagnosticSeverity

Usage

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

Accepted by parameters

Values

public const HtmlRtfConversionDiagnosticSeverity Info #

Informational diagnostic that does not indicate content loss.

Value: 0
public const HtmlRtfConversionDiagnosticSeverity Warning #

Warning diagnostic for skipped or degraded content.

Value: 1
public const HtmlRtfConversionDiagnosticSeverity Error #

Error diagnostic for content that could not be converted as requested.

Value: 2