IMathematicalTextFactory

IMathematicalTextFactory 接口

允许创建一个 MathematicalText 元素

public interface IMathematicalTextFactory

方法

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

备注

用于 COM 兼容性

另请参见