API Reference

Enum

PowerPointCompatibilityStatus

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

Status of one presentation compatibility lane.

Inheritance

  • Enum
  • PowerPointCompatibilityStatus

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 PowerPointCompatibilityStatus NotRun #

The lane was intentionally not run.

Value: 0
public const PowerPointCompatibilityStatus Unavailable #

The lane is unavailable in the current environment.

Value: 1
public const PowerPointCompatibilityStatus Passed #

The lane accepted or converted the presentation.

Value: 2
public const PowerPointCompatibilityStatus Failed #

The lane ran and rejected or failed to convert the presentation.

Value: 3