add_ole_object_frame method
Contents
[
Hide
]add_ole_object_frame
Adds a new OLE object to the end of a collection.
Returns
Created OLE object.
def add_ole_object_frame(self, x, y, width, height, data_info):
...
Parameter | Type | Description |
---|---|---|
x | float | X coordinate of a new OLE frame. |
y | float | Y coordinate of a new OLE frame. |
width | float | Width of a new OLE frame. |
height | float | Height of a new OLE frame. |
data_info | IOleEmbeddedDataInfo | Embedded data info IOleEmbeddedDataInfo . |
add_ole_object_frame
Adds a new OLE object to the end of a collection.
Returns
Created OLE object.
def add_ole_object_frame(self, x, y, width, height, class_name, path):
...
Parameter | Type | Description |
---|---|---|
x | float | X coordinate of a new OLE frame. |
y | float | Y coordinate of a new OLE frame. |
width | float | Width of a new OLE frame. |
height | float | Height of a new OLE frame. |
class_name | str | Name of an OLE class. |
path | str | path to the linked file. |
See Also
- class
IOleEmbeddedDataInfo
- class
IOleObjectFrame
- class
IShapeCollection
- module
aspose.slides
- library
Aspose.Slides