Add
IMathBlockCollection.Add-Methode
Fügt IMathBlock am Ende der Sammlung hinzu.
public void Add(IMathBlock item)
Parameter | Typ | Beschreibung |
---|---|---|
item | IMathBlock | Ein mathematischer Block, der am Ende der Sammlung hinzugefügt wird |
Beispiele
Beispiel:
[C#]
IMathBlockCollection blockCollection = new MathParagraph();
blockCollection.Add(new MathBlock(new MathematicalText("x")));
Siehe auch
- Schnittstelle IMathBlock
- Schnittstelle IMathBlockCollection
- Namensraum Aspose.Slides.MathText
- Assembly Aspose.Slides