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