window.Asc.plugin.executeMethod ("RemoveOleObject", [args], callback)
Defines the method that allows removing OLE object from the document by its internal ID.
This method should be used in the following way:
window.Asc.plugin.executeMethod ("RemoveOleObject", [sInternalId]);
Parameter |
Description |
Type |
Example |
sInternalId |
The OLE object identifier which is used to work with OLE object added to the document. |
string |
"5_556" |
The method returns the undefined value.
window.Asc.plugin.executeMethod("RemoveOleObject", ["5_556"]);