CreateMathematicalText
CreateMathematicalText()
创建空的数学文本元素
public IMathematicalText CreateMathematicalText()
返回值
新的数学文本
参见
CreateMathematicalText(char)
根据指定的值创建数学文本元素
public IMathematicalText CreateMathematicalText(char mathSymbol)
参数 | 类型 | 描述 |
---|---|---|
mathSymbol | Char | 作为文本值使用的单个符号 |
返回值
新的数学文本
参见
CreateMathematicalText(string)
根据指定的值创建空的数学文本元素
public IMathematicalText CreateMathematicalText(string mathText)
参数 | 类型 | 描述 |
---|---|---|
mathText | String | 文本值 |
返回值
新的数学文本
参见
CreateMathematicalText(string, IPortionFormat)
根据指定的值和格式属性创建空的数学文本元素
public IMathematicalText CreateMathematicalText(string mathText, IPortionFormat portionFormat)
参数 | 类型 | 描述 |
---|---|---|
mathText | String | 文本值 |
portionFormat | IPortionFormat | 文本格式设置 |
返回值
新的数学文本