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