ToMathArray
MathBlock.ToMathArray method
Puts child elements in a vertical array
public override IMathArray ToMathArray()
Return Value
New instance of type IMathArray
Examples
Example:
[C#]
IMathArray array = new MathematicalText("x1").Join("x2").Join("x3").ToMathArray();
See Also
- interface IMathArray
- class MathBlock
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides