Value
IMathematicalText.Value property
文本值
public string Value { get; set; }
例子
示例:
[C#]
IMathematicalText mathText = new MathematicalText("x+y");
string textValue = mathText.Value;
也可以看看
- interface IMathematicalText
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides