CreateMathematicalText

CreateMathematicalText()

创建空的数学文本元素

public IMathematicalText CreateMathematicalText()

返回值

新的数学文本

参见


CreateMathematicalText(char)

根据指定的值创建数学文本元素

public IMathematicalText CreateMathematicalText(char mathSymbol)
参数类型描述
mathSymbolChar作为文本值使用的单个符号

返回值

新的数学文本

参见


CreateMathematicalText(string)

根据指定的值创建空的数学文本元素

public IMathematicalText CreateMathematicalText(string mathText)
参数类型描述
mathTextString文本值

返回值

新的数学文本

参见


CreateMathematicalText(string, IPortionFormat)

根据指定的值和格式属性创建空的数学文本元素

public IMathematicalText CreateMathematicalText(string mathText, IPortionFormat portionFormat)
参数类型描述
mathTextString文本值
portionFormatIPortionFormat文本格式设置

返回值

新的数学文本

参见