set_embedded_data method

set_embedded_data

Sets information about OLE embedded data.

        This method changes the properties of the object to reflect the new data and 
        sets the IsObjectLink flag to false, indicating that the OLE object is embedded.
def set_embedded_data(self, embedded_data):
    ...
ParameterTypeDescription
embedded_dataIOleEmbeddedDataInfoEmbedded data IOleEmbeddedDataInfo

Exceptions

ExceptionDescription
RuntimeError(Proxy error(ArgumentNullException))When embeddedData parameter is null.

See Also