CreateMathArray()

MathArrayFactory::CreateMathArray(System::SharedPtr<IMathElement>) method

Creates a math array and places the specified element in it

System::SharedPtr<IMathArray> Aspose::Slides::MathText::MathArrayFactory::CreateMathArray(System::SharedPtr<IMathElement> element) override

Arguments

ParameterTypeDescription
elementSystem::SharedPtr<IMathElement>math element to place in array

Return Value

new math array

MathArrayFactory::CreateMathArray(System::SharedPtr<IMathElementCollection>) method

Creates a math array and places specified elements in it

System::SharedPtr<IMathArray> Aspose::Slides::MathText::MathArrayFactory::CreateMathArray(System::SharedPtr<IMathElementCollection> elements) override

Arguments

ParameterTypeDescription
elementsSystem::SharedPtr<IMathElementCollection>math elements to place in array

Return Value

new math array

See Also