ToMathArray()
IMathElement::ToMathArray() method
Puts in a vertical array
virtual System::SharedPtr<IMathArray> Aspose::Slides::MathText::IMathElement::ToMathArray()=0
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
- Typedef SharedPtr
- Class IMathArray
- Class IMathElement
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides