append_medium method
append_medium
Adds the medium newMedium to the end of the list. If the newMedium is already used, it is first removed.
def append_medium(self, new_medium):
...
| Parameter | Type | Description |
|---|---|---|
| new_medium | str | The new medium. |
See Also
- module
aspose.html.dom.css - class
IMediaList