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