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
| Parameter | Type | Description | 
|---|---|---|
| mathElement | System::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
| Parameter | Type | Description | 
|---|---|---|
| mathElements | System::SharedPtr<IMathElementCollection> | math elements | 
Return Value
new math block
See Also
- Typedef SharedPtr
- Class IMathBlock
- Class MathBlockFactory
- Class IMathElement
- Class IMathElementCollection
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides