integral method
integral
def integral(self, integral_type):
    ...
| Parameter | Type | Description | 
|---|---|---|
| integral_type | MathIntegralTypes | 
integral
def integral(self, integral_type, lower_limit, upper_limit):
    ...
| Parameter | Type | Description | 
|---|---|---|
| integral_type | MathIntegralTypes | |
| lower_limit | IMathElement | |
| upper_limit | IMathElement | 
integral
def integral(self, integral_type, lower_limit, upper_limit):
    ...
| Parameter | Type | Description | 
|---|---|---|
| integral_type | MathIntegralTypes | |
| lower_limit | str | |
| upper_limit | str | 
integral
def integral(self, integral_type, lower_limit, upper_limit, limit_locations):
    ...
| Parameter | Type | Description | 
|---|---|---|
| integral_type | MathIntegralTypes | |
| lower_limit | IMathElement | |
| upper_limit | IMathElement | |
| limit_locations | MathLimitLocations | 
integral
def integral(self, integral_type, lower_limit, upper_limit, limit_locations):
    ...
| Parameter | Type | Description | 
|---|---|---|
| integral_type | MathIntegralTypes | |
| lower_limit | str | |
| upper_limit | str | |
| limit_locations | MathLimitLocations | 
See Also
- class IMathBorderBox
- class IMathElement
- class IMathNaryOperator
- enumeration MathIntegralTypes
- enumeration MathLimitLocations
- module aspose.slides.mathtext
- library Aspose.Slides