remove method
remove
Removes the first occurrence of a specific object from the collection.
Returns
true if item
was successfully removed from the collection; otherwise, false. This method also returns false if item
is not found in the original collection.
def remove(self, item):
...
Parameter | Type | Description |
---|---|---|
item | IMathElement | The object to remove from the collection. |
See Also
- class
IMathElement
- class
IMathElementCollection
- module
aspose.slides.mathtext
- library
Aspose.Slides