Clear
IMathElementCollection.Clear Methode
Entfernt alle Elemente aus der Sammlung.
public void Clear()
Beispiele
Beispiel:
[C#]
IMathElementCollection collection = new MathBlock(new MathematicalText("x"));
collection.Clear();
Siehe Auch
- Schnittstelle IMathElementCollection
- Namespace Aspose.Slides.MathText
- Assembly Aspose.Slides