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 | 上限 |
返回值
新 IMathNaryOperator
也可以看看
- interface IMathNaryOperator
- interface IMathElement
- class 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 | 下限 |
返回值
新的 IMathNaryOperator
也可以看看
- interface IMathNaryOperator
- interface IMathElement
- class MathNaryOperatorFactory
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides
CreateMathNaryOperator(char, IMathElement)
创建 IMathNaryOperator
public IMathNaryOperator CreateMathNaryOperator(char operatorSymbol, IMathElement baseArgument)
范围 | 类型 | 描述 |
---|---|---|
operatorSymbol | Char | 运算符符号 |
baseArgument | IMathElement | 应用运算符的基本参数 |
返回值
new IMathNaryOperator
也可以看看
- interface IMathNaryOperator
- interface IMathElement
- class MathNaryOperatorFactory
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides