GetAllOleObjects
function GetAllOleObjects(sPluginId: string): OLEObjectData[]
Description
Returns all OLE object data for objects which can be opened by the specified plugin. If sPluginId is not defined, this method returns all OLE objects contained in the currrent document.
Parameters
- sPluginId
string
Plugin identifier. It must be of the asc.{UUID} type.
Returns
OLEObjectData[]