ToMathArray()

MathBlock::ToMathArray() method

Puts child elements in a vertical array

System::SharedPtr<IMathArray> Aspose::Slides::MathText::MathBlock::ToMathArray() override

Return Value

New instance of type IMathArray

Remarks

Example:

auto array = System::MakeObject<MathematicalText>(u"x1")->Join(u"x2")->Join(u"x3")->ToMathArray();

See Also