API Reference

Enum

PowerPointConversionDiagnosticSeverity

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

Identifies the severity of a PowerPoint conversion diagnostic.

Inheritance

  • Enum
  • PowerPointConversionDiagnosticSeverity

Usage

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

Values

public const PowerPointConversionDiagnosticSeverity Information #

Informational finding.

Value: 0
public const PowerPointConversionDiagnosticSeverity Warning #

Finding requiring user review.

Value: 1
public const PowerPointConversionDiagnosticSeverity Error #

Finding that prevented conversion.

Value: 2