nary method
nary
Creates a N-ary operator
Returns
New instance of type IMathNaryOperator
def nary(self, type, lower_limit, upper_limit):
    ...
| Parameter | Type | Description | 
|---|---|---|
| type | MathNaryOperatorTypes | The N-ary operator type | 
| lower_limit | IMathElement | The lower limit | 
| upper_limit | IMathElement | The upper limit | 
Examples
Example:
nary
Creates a N-ary operator
Returns
New instance of type IMathNaryOperator
def nary(self, type, lower_limit, upper_limit):
    ...
| Parameter | Type | Description | 
|---|---|---|
| type | MathNaryOperatorTypes | The N-ary operator type | 
| lower_limit | str | The lower limit | 
| upper_limit | str | The upper limit | 
Examples
Example:
See Also
- class IMathElement
- class IMathNaryOperator
- class MathGroupingCharacter
- enumeration MathNaryOperatorTypes
- module aspose.slides.mathtext
- library Aspose.Slides