add_audio_frame_linked method
add_audio_frame_linked
Adds a new audio frame with linked audio file to the end of a collection.
Returns
Created AudioFrame object.
def add_audio_frame_linked(self, x, y, width, height, fname):
...
Parameter | Type | Description |
---|---|---|
x | float | X coordinate of a new audio frame. |
y | float | Y coordinate of a new audio frame. |
width | float | Width of a new audio frame. |
height | float | Height of a new audio frame. |
fname | str | Audio file name. |
See Also
- class
IAudioFrame
- class
ShapeCollection
- module
aspose.slides
- library
Aspose.Slides