ToMathArray()

MathElementBase::ToMathArray() method

Puts in a vertical array

System::SharedPtr<IMathArray> Aspose::Slides::MathText::MathElementBase::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