IMathematicalTextFactory

IMathematicalTextFactory 接口

允许创建一个 MathematicalText 元素

public interface IMathematicalTextFactory

方法

名称描述
CreateMathematicalText()创建空的数学文本元素
CreateMathematicalText(char)使用指定值创建数学文本元素
CreateMathematicalText(string)使用指定值创建空的数学文本元素
CreateMathematicalText(string, IPortionFormat)使用指定值和格式属性创建空的数学文本元素

备注

为了与 COM 兼容

另见