MathematicalTextFactory
MathematicalTextFactory class
允许创建一个 MathematicalText 元素
public class MathematicalTextFactory : IMathematicalTextFactory
构造函数
名称 | 描述 |
---|---|
MathematicalTextFactory() | 默认构造函数。 |
方法
名称 | 描述 |
---|---|
CreateMathematicalText() | 创建空的数学文本元素 |
CreateMathematicalText(char) | 创建具有指定值的数学文本元素 |
CreateMathematicalText(string) | 创建具有指定值的空数学文本元素 |
CreateMathematicalText(string, IPortionFormat) | 创建具有指定值和格式化属性的空数学文本元素 |
备注
用于 COM 兼容性