API Reference

Enum

OdfDiagnosticSeverity

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

Severity assigned to an OpenDocument diagnostic.

Inheritance

  • Enum
  • OdfDiagnosticSeverity

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

Informational feature or preservation evidence.

Value: 0
public const OdfDiagnosticSeverity Warning #

Non-fatal compatibility or preservation concern.

Value: 1
public const OdfDiagnosticSeverity Error #

Invalid or unsafe document condition.

Value: 2