CreateMathArray
CreateMathArray(IMathElement)
Crea un arreglo matemático y coloca el elemento especificado en él
public IMathArray CreateMathArray(IMathElement element)
Parámetro | Tipo | Descripción |
---|---|---|
element | IMathElement | elemento matemático a colocar en el arreglo |
Valor de Retorno
nuevo arreglo matemático
Ver También
- interface IMathArray
- interface IMathElement
- interface IMathArrayFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides
CreateMathArray(IMathElementCollection)
Crea un arreglo matemático y coloca los elementos especificados en él
public IMathArray CreateMathArray(IMathElementCollection elements)
Parámetro | Tipo | Descripción |
---|---|---|
elements | IMathElementCollection | elementos matemáticos a colocar en el arreglo |
Valor de Retorno
nuevo arreglo matemático
Ver También
- interface IMathArray
- interface IMathElementCollection
- interface IMathArrayFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides