API Reference

Enum

LegacyPptDiagnosticSeverity

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

Identifies the severity of a legacy PowerPoint import diagnostic.

Inheritance

  • Enum
  • LegacyPptDiagnosticSeverity

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 LegacyPptDiagnosticSeverity Information #

Additional information that does not indicate data loss.

Value: 0
public const LegacyPptDiagnosticSeverity Warning #

Content was recognized but could not be projected completely.

Value: 1
public const LegacyPptDiagnosticSeverity Error #

The binary presentation could not be imported safely.

Value: 2