CreateMathLimit()
MathLimitFactory::CreateMathLimit(System::SharedPtr<IMathElement>, System::SharedPtr<IMathElement>, bool) method
Creates IMathLimit
System::SharedPtr<IMathLimit> Aspose::Slides::MathText::MathLimitFactory::CreateMathLimit(System::SharedPtr<IMathElement> baseArg, System::SharedPtr<IMathElement> limit, bool upperLimit) override
Arguments
Parameter | Type | Description |
---|---|---|
baseArg | System::SharedPtr<IMathElement> | Base argument to apply the limit |
limit | System::SharedPtr<IMathElement> | Limit element |
upperLimit | bool | Sets the placement of the limit on top |
Return Value
new math limit
MathLimitFactory::CreateMathLimit(System::SharedPtr<IMathElement>, System::SharedPtr<IMathElement>) method
Creates IMathLimit with limit at the bottom
System::SharedPtr<IMathLimit> Aspose::Slides::MathText::MathLimitFactory::CreateMathLimit(System::SharedPtr<IMathElement> baseArg, System::SharedPtr<IMathElement> limit) override
Arguments
Parameter | Type | Description |
---|---|---|
baseArg | System::SharedPtr<IMathElement> | Base argument to apply the limit |
limit | System::SharedPtr<IMathElement> | Limit element |
Return Value
new math limit
See Also
- Typedef SharedPtr
- Class IMathLimit
- Class IMathElement
- Class MathLimitFactory
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides