CreateMathematicalText

CreateMathematicalText()

创建空的数学文本元素

public IMathematicalText CreateMathematicalText()

返回值

new Mathematical Text

也可以看看


CreateMathematicalText(char)

创建具有指定值的数学文本元素

public IMathematicalText CreateMathematicalText(char mathSymbol)
范围类型描述
mathSymbolChar单个符号用作文本值

返回值

新数学文本

也可以看看


CreateMathematicalText(string)

创建具有指定值的空数学文本元素

public IMathematicalText CreateMathematicalText(string mathText)
范围类型描述
mathTextStringtext值

返回值

新数学文本

也可以看看


CreateMathematicalText(string, IPortionFormat)

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

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

返回值

新数学文本

也可以看看