CreateMathBlock()

IMathBlockFactory::CreateMathBlock() method

Create a math block

virtual System::SharedPtr<IMathBlock> Aspose::Slides::MathText::IMathBlockFactory::CreateMathBlock()=0

Return Value

new math block

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

Create a math block and place the element in it

virtual System::SharedPtr<IMathBlock> Aspose::Slides::MathText::IMathBlockFactory::CreateMathBlock(System::SharedPtr<IMathElement> mathElement)=0

Arguments

ParameterTypeDescription
mathElementSystem::SharedPtr<IMathElement>A math element

Return Value

new math block

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

Create a math block and place elements in it

virtual System::SharedPtr<IMathBlock> Aspose::Slides::MathText::IMathBlockFactory::CreateMathBlock(System::SharedPtr<IMathElementCollection> mathElements)=0

Arguments

ParameterTypeDescription
mathElementsSystem::SharedPtr<IMathElementCollection>math elements

Return Value

new math block

See Also