API Reference

Enum

PowerPointMediaSourceKind

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

Storage kind of a PowerPoint media frame.

Inheritance

  • Enum
  • PowerPointMediaSourceKind

Usage

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

Values

public const PowerPointMediaSourceKind Embedded #

Payload is stored in the package.

Value: 0
public const PowerPointMediaSourceKind Linked #

Payload is referenced by an external URI.

Value: 1
public const PowerPointMediaSourceKind Broken #

The relationship cannot be resolved.

Value: 2