create_math_nary_operator method
Contents
[
Hide
]create_math_nary_operator
Creates IMathNaryOperator
Returns
new IMathNaryOperator
def create_math_nary_operator(self, operator_symbol, base_argument):
...
| Parameter | Type | Description |
|---|---|---|
| operator_symbol | char | The operator sign |
| base_argument | IMathElement | Base argument to apply operator |
create_math_nary_operator
Creates IMathNaryOperator
Returns
new IMathNaryOperator
def create_math_nary_operator(self, operator_symbol, base_argument, lower_limit):
...
| Parameter | Type | Description |
|---|---|---|
| operator_symbol | char | The operator sign |
| base_argument | IMathElement | Base argument to apply operator |
| lower_limit | IMathElement | Lower limit |
create_math_nary_operator
Creates IMathNaryOperator
Returns
new IMathNaryOperator
def create_math_nary_operator(self, operator_symbol, base_argument, lower_limit, upper_limit):
...
| Parameter | Type | Description |
|---|---|---|
| operator_symbol | char | The operator sign |
| base_argument | IMathElement | Base argument to apply operator |
| lower_limit | IMathElement | Lower limit |
| upper_limit | IMathElement | Upper limit |
See Also
- class
IMathElement - class
IMathNaryOperator - class
MathNaryOperatorFactory - module
aspose.slides.mathtext - library
Aspose.Slides