create_math_array method
create_math_array
Creates a math array and places the specified element in it
Returns
new math array
def create_math_array(self, element):
...
Parameter | Type | Description |
---|---|---|
element | IMathElement | math element to place in array |
create_math_array
Creates a math array and places specified elements in it
Returns
new math array
def create_math_array(self, elements):
...
Parameter | Type | Description |
---|---|---|
elements | IMathElementCollection | math elements to place in array |
See Also
- class
IMathArray
- class
IMathElement
- class
IMathElementCollection
- class
MathArrayFactory
- module
aspose.slides.mathtext
- library
Aspose.Slides