Clear()

MathBlock::Clear() method

Removes all elements from the collection.

void Aspose::Slides::MathText::MathBlock::Clear() override

Remarks

Example:

auto mathBlock = System::MakeObject<MathBlock>(System::MakeObject<MathematicalText>(u"x"));
mathBlock->Clear();

See Also