remove method
remove
Removes the first occurrence of a specific object from the collection.
Returns
true if item is successfully removed; otherwise, false.
def remove(self, item):
...
| Parameter | Type | Description |
|---|---|---|
| item | ICustomXmlPart | The custom xml part to remove. |
Exceptions
| Exception | Description |
|---|---|
| RuntimeError(Proxy error(ArgumentNullException)) | item is None. |
See Also
- class
ICustomXmlPart - class
ICustomXmlPartCollection - module
aspose.slides - library
Aspose.Slides