API Reference

Enum

LegacyPptCapabilityLane

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

Identifies one direction of the binary PowerPoint compatibility contract.

Inheritance

  • Enum
  • LegacyPptCapabilityLane

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 LegacyPptCapabilityLane ImportToEditableModel #

Binary input projected into the normal editable presentation model.

Value: 0
public const LegacyPptCapabilityLane NewBinaryWrite #

A new binary presentation authored from the normal presentation model.

Value: 1
public const LegacyPptCapabilityLane BinaryRoundTrip #

An imported binary presentation edited and saved back as binary.

Value: 2
public const LegacyPptCapabilityLane PptxToBinary #

An Open XML presentation converted to a legacy binary presentation.

Value: 3