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

ParameterTypeDescription
mathBlockSystem::SharedPtr<IMathBlock>math block to place in the paragraph

Return Value

new math paragraph

See Also