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