MathParagraph

MathParagraph()

Initializes a new instance of the MathParagraph class.

public MathParagraph()

Examples

Example:

[C#]
MathParagraph mathParagraph = new MathParagraph();

See Also


MathParagraph(IMathBlock)

Initializes a new instance of the MathParagraph class.

public MathParagraph(IMathBlock mathBlock)

Examples

Example:

[C#]
MathParagraph mathParagraph = new MathParagraph(new MathBlock());

See Also