IMathElementCollection class
Contents
[
Hide
]IMathElementCollection class
Represents a collection of mathematical elements (MathElement).
The IMathElementCollection type exposes the following members:
Properties
Property | Description |
---|---|
count | Gets the number of elements actually contained in the collection. Read-only int. |
Gets the element at the specified index.
Read-only IMathElement
.
Indexer
Name | Description |
---|---|
[index] | The zero-based index of the item to get |
Methods
Method | Description |
---|---|
add | Adds a math element to the end of the collection. |
index_of | Determines the index of a specific math element in collection. |
insert | Inserts a math element into the collection at the specified index. |
clear | Removes all elements from the collection. |
contains | Determines whether the collection contains a specific value. |
remove | Removes the first occurrence of a specific object from the collection. |
remove_at | Removes the element at the specified index of the collection. |
copy_to | Copy to specified array. |
See Also
- class
IMathElement
- module
aspose.slides.mathtext
- library
Aspose.Slides