IMathematicalText

IMathematicalText interface

数学文本

public interface IMathematicalText : IMathElement

Properties

NameDescription
AsIMathElement { get; }允许获取基 IMathElement 接口 IMathElement
Format { get; }文本格式属性
Value { get; set; }文本值

Examples

示例:

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

See Also