Add
IMathElementCollection.Add méthode
Ajoute un élément mathématique à la fin de la collection.
public void Add(IMathElement item)
Paramètre | Type | Description |
---|---|---|
item | IMathElement | L’IMathElement à ajouter à la fin de la collection. |
Exemples
Exemple :
[C#]
IMathElementCollection collection = new MathBlock(new MathematicalText("x"));
collection.Add(new MathematicalText("+"));
collection.Add(new MathRadical(new MathematicalText("x"), new MathematicalText("3")));
Voir aussi
- interface IMathElement
- interface IMathElementCollection
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides