API Reference

Enum

PowerPointFeatureSupportLevel

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

OfficeIMO's current author/edit/preserve status for a PowerPoint feature discovered during inspection.

Inheritance

  • Enum
  • PowerPointFeatureSupportLevel

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 PowerPointFeatureSupportLevel Editable #

OfficeIMO can author or edit this feature directly.

Value: 0
public const PowerPointFeatureSupportLevel PartiallyEditable #

OfficeIMO can author or edit common cases, but not the full PowerPoint feature surface.

Value: 1
public const PowerPointFeatureSupportLevel Preserved #

OfficeIMO should preserve the feature during round-trip saves, but does not expose a rich authoring API.

Value: 2
public const PowerPointFeatureSupportLevel Unsupported #

OfficeIMO has no meaningful support for the feature yet.

Value: 3