IMathematicalText
IMathematicalText 接口
数学文本
public interface IMathematicalText : IMathElement
属性
名称 | 描述 |
---|---|
AsIMathElement { get; } | 允许获取基接口 IMathElement IMathElement |
Format { get; } | 文本格式化属性 |
Value { get; set; } | 文本值 |
示例
示例:
[C#]
IMathematicalText mathText = new MathematicalText("x+y");
另请参阅
- 接口 IMathElement
- 命名空间 Aspose.Slides.MathText
- 程序集 Aspose.Slides