create_math_limit method
create_math_limit
Creates IMathLimit with limit at the bottom
Returns
new math limit
def create_math_limit(self, base_arg, limit):
    ...
| Parameter | Type | Description | 
|---|---|---|
| base_arg | IMathElement | Base argument to apply the limit | 
| limit | IMathElement | Limit element | 
create_math_limit
Creates IMathLimit
Returns
new math limit
def create_math_limit(self, base_arg, limit, upper_limit):
    ...
| Parameter | Type | Description | 
|---|---|---|
| base_arg | IMathElement | Base argument to apply the limit | 
| limit | IMathElement | Limit element | 
| upper_limit | bool | Sets the placement of the limit on top | 
See Also
- class IMathElement
- class IMathLimit
- class IMathLimitFactory
- module aspose.slides.mathtext
- library Aspose.Slides