Add
MathBlock.Add method
Ajoute un élément mathématique à la fin de la collection.
public void Add(IMathElement item)
Paramètre | Taper | La description |
---|---|---|
item | IMathElement | IMathElement à ajouter à la fin de la collection. |
Exemples
Exemple :
[C#]
MathBlock mathBlock = new MathBlock(new MathematicalText("x"));
mathBlock.Add(new MathematicalText("+"));
mathBlock.Add(new MathRadical(new MathematicalText("x"), new MathematicalText("3")));
Voir également
- interface IMathElement
- class MathBlock
- espace de noms Aspose.Slides.MathText
- Assemblée Aspose.Slides