CreateMathParagraph()

IMathParagraphFactory::CreateMathParagraph() method

Create empty math paragraph

virtual System::SharedPtr<IMathParagraph> Aspose::Slides::MathText::IMathParagraphFactory::CreateMathParagraph()=0

Return Value

new math paragraph

IMathParagraphFactory::CreateMathParagraph(System::SharedPtr<IMathBlock>) method

Creates a math paragraph and places the specified math block in it

virtual System::SharedPtr<IMathParagraph> Aspose::Slides::MathText::IMathParagraphFactory::CreateMathParagraph(System::SharedPtr<IMathBlock> mathBlock)=0

Arguments

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

Return Value

new math paragraph

See Also