ToMathArray
MathElementBase.ToMathArray method
Puts in a vertical array
public virtual 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 MathElementBase
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides