IMathematicalText

IMathematicalText 接口

数学文本

public interface IMathematicalText : IMathElement

属性

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

示例

示例:

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

另请参阅