CreateMathLimit
Contents
[
Hide
]CreateMathLimit(IMathElement, IMathElement, bool)
Creates IMathLimit
public IMathLimit CreateMathLimit(IMathElement baseArg, IMathElement limit, bool upperLimit)
Parameter | Type | Description |
---|---|---|
baseArg | IMathElement | Base argument to apply the limit |
limit | IMathElement | Limit element |
upperLimit | Boolean | Sets the placement of the limit on top |
Return Value
new math limit
See Also
- interface IMathLimit
- interface IMathElement
- interface IMathLimitFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides
CreateMathLimit(IMathElement, IMathElement)
Creates IMathLimit with limit at the bottom
public IMathLimit CreateMathLimit(IMathElement baseArg, IMathElement limit)
Parameter | Type | Description |
---|---|---|
baseArg | IMathElement | Base argument to apply the limit |
limit | IMathElement | Limit element |
Return Value
new math limit
See Also
- interface IMathLimit
- interface IMathElement
- interface IMathLimitFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides