window.Asc.plugin.executeMethod ("RemoveOleObjects", [args], callback)
Defines the method that allows removing several OLE objects from the document by their internal IDs.
This method should be used in the following way:
window.Asc.plugin.executeMethod ("RemoveOleObjects", [arrObjects]);
Parameter |
Description |
Type |
Example |
arrObjects |
An array of the identifiers which are used to work with OLE objects added to the document. |
array of objects |
[{"InternalId": "5_556"}] |
The method returns the undefined value.
window.Asc.plugin.executeMethod("RemoveOleObjects", [[{"InternalId": "5_556"}]]);