CreateMathLimit()
IMathLimitFactory::CreateMathLimit(System::SharedPtr<IMathElement>, System::SharedPtr<IMathElement>, bool) method
Creates IMathLimit
virtual System::SharedPtr<IMathLimit> Aspose::Slides::MathText::IMathLimitFactory::CreateMathLimit(System::SharedPtr<IMathElement> baseArg, System::SharedPtr<IMathElement> limit, bool upperLimit)=0
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
IMathLimitFactory::CreateMathLimit(System::SharedPtr<IMathElement>, System::SharedPtr<IMathElement>) method
Creates IMathLimit with limit at the bottom
virtual System::SharedPtr<IMathLimit> Aspose::Slides::MathText::IMathLimitFactory::CreateMathLimit(System::SharedPtr<IMathElement> baseArg, System::SharedPtr<IMathElement> limit)=0
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 IMathLimitFactory
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides