CreateMathParagraph
CreateMathParagraph()
Create empty math paragraph
public IMathParagraph CreateMathParagraph()
Return Value
new math paragraph
See Also
- interface IMathParagraph
- class MathParagraphFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides
CreateMathParagraph(IMathBlock)
Creates a math paragraph and places the specified math block in it
public IMathParagraph CreateMathParagraph(IMathBlock mathBlock)
Parameter | Type | Description |
---|---|---|
mathBlock | IMathBlock | math block to place in the paragraph |
Return Value
new math paragraph
See Also
- interface IMathParagraph
- interface IMathBlock
- class MathParagraphFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides