CreateMathParagraph()
MathParagraphFactory::CreateMathParagraph() method
Create empty math paragraph
System::SharedPtr<IMathParagraph> Aspose::Slides::MathText::MathParagraphFactory::CreateMathParagraph() override
Return Value
new math paragraph
MathParagraphFactory::CreateMathParagraph(System::SharedPtr<IMathBlock>) method
Creates a math paragraph and places the specified math block in it
System::SharedPtr<IMathParagraph> Aspose::Slides::MathText::MathParagraphFactory::CreateMathParagraph(System::SharedPtr<IMathBlock> mathBlock) override
Arguments
Parameter | Type | Description |
---|---|---|
mathBlock | System::SharedPtr<IMathBlock> | math block to place in the paragraph |
Return Value
new math paragraph
See Also
- Typedef SharedPtr
- Class IMathParagraph
- Class MathParagraphFactory
- Class IMathBlock
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides