MathParagraph()

MathParagraph::MathParagraph() constructor

Initializes a new instance of the MathParagraph class.

Aspose::Slides::MathText::MathParagraph::MathParagraph()

Remarks

Example:

auto mathParagraph = System::MakeObject<MathParagraph>();

MathParagraph::MathParagraph(System::SharedPtr<IMathBlock>) constructor

Initializes a new instance of the MathParagraph class.

Aspose::Slides::MathText::MathParagraph::MathParagraph(System::SharedPtr<IMathBlock> mathBlock)

Remarks

Example:

auto mathParagraph = System::MakeObject<MathParagraph>(System::MakeObject<MathBlock>());

See Also