Name
MathFunction.Name property
函数名 例如函数名是 sin 和 cos
public IMathElement Name { get; }
例子
示例:
[C#]
IMathFunction func = new MathematicalText("sin").Function("x");
IMathElement funcName = func.Name;
也可以看看
- interface IMathElement
- class MathFunction
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides