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
Parameter | Type | Description |
---|---|---|
element | System::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
Parameter | Type | Description |
---|---|---|
elements | System::SharedPtr<IMathElementCollection> | math elements to place in array |
Return Value
new math array
See Also
- Typedef SharedPtr
- Class IMathArray
- Class IMathElement
- Class MathArrayFactory
- Class IMathElementCollection
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides