CreateMathParagraph

CreateMathParagraph()

Create empty math paragraph

public IMathParagraph CreateMathParagraph()

Return Value

new math paragraph

See Also


CreateMathParagraph(IMathBlock)

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

public IMathParagraph CreateMathParagraph(IMathBlock mathBlock)
ParameterTypeDescription
mathBlockIMathBlockmath block to place in the paragraph

Return Value

new math paragraph

See Also