CreateMathBlock()

MathBlockFactory::CreateMathBlock() method

Create a math block

System::SharedPtr<IMathBlock> Aspose::Slides::MathText::MathBlockFactory::CreateMathBlock() override

Return Value

new math block

MathBlockFactory::CreateMathBlock(System::SharedPtr<IMathElement>) method

Create a math block and place the element in it

System::SharedPtr<IMathBlock> Aspose::Slides::MathText::MathBlockFactory::CreateMathBlock(System::SharedPtr<IMathElement> mathElement) override

Arguments

ParameterTypeDescription
mathElementSystem::SharedPtr<IMathElement>A math element

Return Value

new math block

MathBlockFactory::CreateMathBlock(System::SharedPtr<IMathElementCollection>) method

Create a math block and place elements in it

System::SharedPtr<IMathBlock> Aspose::Slides::MathText::MathBlockFactory::CreateMathBlock(System::SharedPtr<IMathElementCollection> mathElements) override

Arguments

ParameterTypeDescription
mathElementsSystem::SharedPtr<IMathElementCollection>math elements

Return Value

new math block

See Also