Insert
IMathBlockCollection.Insert method
Insère IMathBlock dans la collection à l’index spécifié.
public void Insert(int index, IMathBlock item)
Paramètre | Taper | La description |
---|---|---|
index | Int32 | Index de base zéro auquel un élément doit être inséré. |
item | IMathBlock | IMathBlock à insérer. |
Exemples
Exemple :
[C#]
IMathBlockCollection blockCollection = new MathParagraph();
IMathBlock block = new MathBlock(new MathematicalText("y"));
blockCollection.Insert(0, block);
Voir également
- interface IMathBlock
- interface IMathBlockCollection
- espace de noms Aspose.Slides.MathText
- Assemblée Aspose.Slides