IMathematicalText

IMathematicalText interface

数学文本

public interface IMathematicalText : IMathElement

特性

姓名描述
AsIMathElement { get; }允许获取基础 IMathElement 接口 IMathElement
Format { get; }文本格式属性
Value { get; set; }文本值

例子

示例:

[C#]
IMathematicalText mathText = new MathematicalText("x+y");

也可以看看