insert_audio_frame_linked method
insert_audio_frame_linked
Creates a new audio frame linked to an external audio file and inserts it into the shape collection at the specified index.
Returns
The newly created IAudioFrame.
def insert_audio_frame_linked(self, index, x, y, width, height, fname):
...
| Parameter | Type | Description |
|---|---|---|
| index | int | The zero-based index at which to insert the audio frame. |
| 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