MathArray()

MathArray::MathArray(System::SharedPtr<IMathElement>) constructor

Creates a mathematical array and places the specified element in it

Aspose::Slides::MathText::MathArray::MathArray(System::SharedPtr<IMathElement> element)

Arguments

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

Remarks

Example:

auto mathArray = System::MakeObject<MathArray>(System::MakeObject<MathematicalText>(u"item1"));

MathArray::MathArray(System::SharedPtr<System::Collections::Generic::IEnumerable<System::SharedPtr<IMathElement>>>) constructor

Creates a mathematical array and places specified elements in it

Aspose::Slides::MathText::MathArray::MathArray(System::SharedPtr<System::Collections::Generic::IEnumerable<System::SharedPtr<IMathElement>>> elements)

Arguments

ParameterTypeDescription
elementsSystem::SharedPtr<System::Collections::Generic::IEnumerable<System::SharedPtr<IMathElement>>>Elements to place in the array

See Also