insert method
insert
Inserts a MathElement into the collection at the specified index.
def insert(self, index, item):
...
| Parameter | Type | Description |
|---|---|---|
| index | int | The zero-based index at which MathElement should be inserted. |
| item | IMathElement | The MathElement to insert. |
Examples
Example:
See Also
- class
IMathElement - class
MathBlock - module
aspose.slides.mathtext - library
Aspose.Slides