Item
IMathElementCollection indexer
Gets the element at the specified index. Read-only IMathElement
.
public IMathElement this[int index] { get; }
Parameter | Description |
---|---|
index | The zero-based index of the item to get |
Examples
Example:
[C#]
IMathElementCollection collection = new MathBlock(new MathematicalText("x"));
IMathElement firstElem = collection[0];
See Also
- interface IMathElement
- interface IMathElementCollection
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides