CreateMathArray()

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

Creates a math array and places the specified element in it

virtual System::SharedPtr<IMathArray> Aspose::Slides::MathText::IMathArrayFactory::CreateMathArray(System::SharedPtr<IMathElement> element)=0

Arguments

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

Return Value

new math array

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

Creates a math array and places specified elements in it

virtual System::SharedPtr<IMathArray> Aspose::Slides::MathText::IMathArrayFactory::CreateMathArray(System::SharedPtr<IMathElementCollection> elements)=0

Arguments

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

Return Value

new math array

See Also