Clear
IMathElementCollection.Clear метод
Удаляет все элементы из коллекции.
public void Clear()
Примеры
Пример:
[C#]
IMathElementCollection collection = new MathBlock(new MathematicalText("x"));
collection.Clear();
См. также
- интерфейс IMathElementCollection
- пространство имен Aspose.Slides.MathText
- сборка Aspose.Slides