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):
...
Parameter | Type | Description |
---|---|---|
embedded_data | IOleEmbeddedDataInfo | Embedded data IOleEmbeddedDataInfo |
Exceptions
Exception | Description |
---|---|
RuntimeError(Proxy error(ArgumentNullException)) | When embeddedData parameter is None. |
See Also
- class
IOleEmbeddedDataInfo
- class
OleObjectFrame
- module
aspose.slides
- library
Aspose.Slides