API Reference

Enum

WordConversionDiagnosticSeverity

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

Identifies the severity of a conversion diagnostic.

Inheritance

  • Enum
  • WordConversionDiagnosticSeverity

Usage

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

Values

public const WordConversionDiagnosticSeverity Information #

Informational finding.

Value: 0
public const WordConversionDiagnosticSeverity Warning #

Finding requiring user review.

Value: 1
public const WordConversionDiagnosticSeverity Error #

Finding that prevented conversion.

Value: 2