window.Asc.plugin.executeMethod ("SelectOleObject", [args], callback)
Defines the method that allows selecting the specified OLE object.
This method should be used in the following way:
window.Asc.plugin.executeMethod ("SelectOleObject", [id]);
Parameter |
Description |
Type |
Example |
id |
The OLE object identifier which is used to work with OLE object added to the document. |
string |
"5_665" |
The method returns the undefined value.
window.Asc.plugin.executeMethod("SelectOleObject", ["5_665"]);