API Reference

Enum

PowerPointDeckPreflightSeverity

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

Severity assigned to a deck preflight finding.

Inheritance

  • Enum
  • PowerPointDeckPreflightSeverity

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

Useful measured context that does not require action.

Value: 0
public const PowerPointDeckPreflightSeverity Warning #

The deck can be produced, but the result deserves review.

Value: 1
public const PowerPointDeckPreflightSeverity Error #

The selected output policy should reject the deck.

Value: 2