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
Parameter | Type | Description |
---|---|---|
element | System::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
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 IMathArrayFactory
- Class IMathElementCollection
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides