API Reference

Enum

LegacyPptCapabilityState

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

Describes the current support state for one binary PowerPoint capability lane.

Inheritance

  • Enum
  • LegacyPptCapabilityState

Usage

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

Values

public const LegacyPptCapabilityState Native #

The capability is decoded or encoded natively and remains editable.

Value: 0
public const LegacyPptCapabilityState Preserved #

The capability is retained without being projected to an editable model.

Value: 1
public const LegacyPptCapabilityState Converted #

The capability is deliberately converted to a documented legacy approximation.

Value: 2
public const LegacyPptCapabilityState Blocked #

The operation is deliberately refused to prevent unsupported loss.

Value: 3
public const LegacyPptCapabilityState Planned #

The capability is part of the parity target but is not implemented yet.

Value: 4