add_audio_frame_linked method
add_audio_frame_linked
Creates a new audio frame linked to an external audio file and adds it to the end of the shape collection.
Returns
The newly created IAudioFrame.
def add_audio_frame_linked(self, x, y, width, height, fname):
...
| Parameter | Type | Description |
|---|---|---|
| x | float | The x-coordinate of the new audio frame, in points. |
| y | float | The y-coordinate of the new audio frame, in points. |
| width | float | The width of the new audio frame, in points. |
| height | float | The height of the new audio frame, in points. |
| fname | str | The path or name of the external audio file to link. |
See Also
- class
IAudioFrame - class
ShapeCollection - module
aspose.slides - library
Aspose.Slides