TRY NEW VERSION

Try now New API BETA

Try out the new view and capabilities of the API documentation

START

RemoveOleObject

RemoveOleObject(sInternalId)

Removes the OLE object from the document by its internal ID.

Parameters:

Name Type Description
sInternalId string

The OLE object identifier which is used to work with OLE object added to the document.

Returns:

This method doesn't return any data.

Example

Copy code
window.Asc.plugin.executeMethod ("RemoveOleObject", ["5_556"]);