CreateMathNaryOperator
内容
[
隐藏
]CreateMathNaryOperator(char, IMathElement, IMathElement, IMathElement)
创建 IMathNaryOperator
public IMathNaryOperator CreateMathNaryOperator(char operatorSymbol, IMathElement baseArgument,
IMathElement lowerLimit, IMathElement upperLimit)
参数 | 类型 | 描述 |
---|---|---|
operatorSymbol | Char | 运算符符号 |
baseArgument | IMathElement | 用于应用运算符的基参数 |
lowerLimit | IMathElement | 下限 |
upperLimit | IMathElement | 上限 |
返回值
new IMathNaryOperator
另请参见
- 接口 IMathNaryOperator
- 接口 IMathElement
- 类 MathNaryOperatorFactory
- 命名空间 Aspose.Slides.MathText
- 程序集 Aspose.Slides
CreateMathNaryOperator(char, IMathElement, IMathElement)
创建 IMathNaryOperator
public IMathNaryOperator CreateMathNaryOperator(char operatorSymbol, IMathElement baseArgument,
IMathElement lowerLimit)
参数 | 类型 | 描述 |
---|---|---|
operatorSymbol | Char | 运算符符号 |
baseArgument | IMathElement | 用于应用运算符的基参数 |
lowerLimit | IMathElement | 下限 |
返回值
new IMathNaryOperator
另请参见
- 接口 IMathNaryOperator
- 接口 IMathElement
- 类 MathNaryOperatorFactory
- 命名空间 Aspose.Slides.MathText
- 程序集 Aspose.Slides
CreateMathNaryOperator(char, IMathElement)
创建 IMathNaryOperator
public IMathNaryOperator CreateMathNaryOperator(char operatorSymbol, IMathElement baseArgument)
参数 | 类型 | 描述 |
---|---|---|
operatorSymbol | Char | 运算符符号 |
baseArgument | IMathElement | 用于应用运算符的基参数 |
返回值
new IMathNaryOperator