Add
IMathBlockCollection.Add method
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
- interface IMathBlock
- interface IMathBlockCollection
- namensraum Aspose.Slides.MathText
- Montage Aspose.Slides