IOleObjectFrame class

IOleObjectFrame class

Represents an OLE object on a slide.

The IOleObjectFrame type exposes the following members:

Properties

PropertyDescription
substitute_picture_formatReturns OleObject image fill properties object.
Read-only IPictureFillFormat.
object_nameReturns or sets the name of an object.
Read/write str.
embedded_dataGets information about OLE embedded data.
Read only IOleEmbeddedDataInfo.
object_prog_idReturns the ProgID of an object.
Read olny str.
link_file_nameReturns the full path to a linked file. Short file name will be used.
Read-only str.
link_path_longReturns the full path to a linked file. Long file name will be used.
Read/write str.
link_path_relativeReturns the relative path to a linked file if present, otherwise returns an empty string.
Readonly str.
embedded_file_labelReturns the file name of embedded OLE object
embedded_file_nameReturns the path of embedded OLE object
is_object_iconDetermines whether an object is visible as icon.
Read/write bool.
is_object_linkDetermines whether an object is linked to external file.
Read-only bool.
update_automaticDetermines if the linked embedded object is automatically updated when the presentation is opened or printed.
Read/write bool.
substitute_picture_titleReturns or sets the title for OleObject icon.
Read/write str.

Methods

MethodDescription
set_embedded_dataSets information about OLE embedded data.

See Also