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
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 IMathParagraphFactory
- Class IMathBlock
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides