Add
IMathBlockCollection.Add method
Ajoute IMathBlock à la fin de la collection.
public void Add(IMathBlock item)
Paramètre | Taper | La description |
---|---|---|
item | IMathBlock | Un bloc mathématique qui sera ajouté à la fin de la collection |
Exemples
Exemple :
[C#]
IMathBlockCollection blockCollection = new MathParagraph();
blockCollection.Add(new MathBlock(new MathematicalText("x")));
Voir également
- interface IMathBlock
- interface IMathBlockCollection
- espace de noms Aspose.Slides.MathText
- Assemblée Aspose.Slides