API Reference

Enum

LegacyPptRepresentability

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

Describes how a feature can be represented in PowerPoint 97-2003 binary files.

Inheritance

  • Enum
  • LegacyPptRepresentability

Usage

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

Values

public const LegacyPptRepresentability Native #

The binary format has a native representation that can be made editable.

Value: 0
public const LegacyPptRepresentability Approximation #

The feature can be represented through a documented approximation or flattening.

Value: 1
public const LegacyPptRepresentability Opaque #

The content can be retained as opaque binary data but is not safely editable.

Value: 2
public const LegacyPptRepresentability NotRepresentable #

The feature has no supported representation in the legacy format.

Value: 3