contains method
contains
Determines whether the collection contains a specific value.
Returns
true if item is found in the collection; otherwise, false.
def contains(self, item):
...
| Parameter | Type | Description |
|---|---|---|
| item | IMathElement | The object to locate in the collection. |
Examples
Example:
See Also
- class
IMathElement - class
IMathElementCollection - module
aspose.slides.mathtext - library
Aspose.Slides