CreateMathParagraph

CreateMathParagraph()

创建空数学段落

public IMathParagraph CreateMathParagraph()

返回值

新的数学段落

另见


CreateMathParagraph(IMathBlock)

创建一个数学段落并将指定的数学块放入其中

public IMathParagraph CreateMathParagraph(IMathBlock mathBlock)
参数类型描述
mathBlockIMathBlock要放入段落中的数学块

返回值

新的数学段落

另见