IMathematicalText
IMathematicalText interface
数学文本
public interface IMathematicalText : IMathElement
特性
姓名 | 描述 |
---|---|
AsIMathElement { get; } | 允许获取基础 IMathElement 接口 IMathElement |
Format { get; } | 文本格式属性 |
Value { get; set; } | 文本值 |
例子
示例:
[C#]
IMathematicalText mathText = new MathematicalText("x+y");
也可以看看
- interface IMathElement
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides