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

ParameterTypeDescription
baseArgSystem::SharedPtr<IMathElement>Base argument to apply the limit
limitSystem::SharedPtr<IMathElement>Limit element
upperLimitboolSets 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

ParameterTypeDescription
baseArgSystem::SharedPtr<IMathElement>Base argument to apply the limit
limitSystem::SharedPtr<IMathElement>Limit element

Return Value

new math limit

See Also