Item
Indexeur MathBlock
Obtient ou définit IMathElement à l’index spécifié.
public IMathElement this[int index] { get; set; }
Paramètre | Description |
---|---|
index | L’index basé sur zéro de l’élément |
Valeur de retour
L’élément mathématique.
Exemples
Exemple :
[C#]
MathBlock mathBlock = new MathBlock(new MathematicalText("x"));
IMathElement firstElem = mathBlock[0];
Voir aussi
- interface IMathElement
- class MathBlock
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides