CreateMathFunction
CreateMathFunction(IMathElement, IMathElement)
创建数学函数
public IMathFunction CreateMathFunction(IMathElement funcName, IMathElement baseArgument)
范围 | 类型 | 描述 |
---|---|---|
funcName | IMathElement | 用作函数名称的元素 |
baseArgument | IMathElement | 用作函数参数的元素 |
返回值
新数学函数
也可以看看
- interface IMathFunction
- interface IMathElement
- class MathFunctionFactory
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides
CreateMathFunction(string, IMathElement)
创建数学函数
public IMathFunction CreateMathFunction(string funcName, IMathElement baseArgument)
范围 | 类型 | 描述 |
---|---|---|
funcName | String | 函数名 |
baseArgument | IMathElement | 用作函数参数的元素 |
返回值
新数学函数
也可以看看
- interface IMathFunction
- interface IMathElement
- class MathFunctionFactory
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides