API Reference

Enum

HtmlDiagnosticSeverity

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

Severity for shared OfficeIMO HTML diagnostics.

Inheritance

  • Enum
  • HtmlDiagnosticSeverity

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 HtmlDiagnosticSeverity Info #

Informational diagnostic that does not indicate content loss.

Value: 0
public const HtmlDiagnosticSeverity Warning #

Warning diagnostic for skipped, blocked, or degraded content.

Value: 1
public const HtmlDiagnosticSeverity Error #

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

Value: 2