API Reference

Class

PowerPointOleObject

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Represents an embedded OLE object placed on a slide.

Inheritance

Usage

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

Methods

public Void CopyDataTo(Stream destination) #
Returns: Void

Copies the complete embedded OLE compound storage to a stream.

Parameters

destination System.IO.Stream requiredposition: 0
public Byte[] GetData() #
Returns: Byte[]

Returns the complete embedded OLE compound storage.

public Void UpdateData(Stream storage) #
Returns: Void

Replaces the embedded storage while retaining its relationship and content type.

Parameters

storage System.IO.Stream requiredposition: 0

Properties

public String ProgId { get; set; } #

Gets or sets the OLE programmatic class identifier.

public Boolean ShowAsIcon { get; set; } #

Gets or sets whether the object is displayed as an icon.

public OleObjectFollowColorSchemeValues FollowColorScheme { get; set; } #

Gets or sets how the object follows the presentation color scheme.

public String ContentType { get; } #

Gets the MIME content type of the embedded object part.