CreateMathDelimiter()

MathDelimiterFactory::CreateMathDelimiter(System::SharedPtr<IMathElement>) method

Create a math delimiter by applying to the element

System::SharedPtr<IMathDelimiter> Aspose::Slides::MathText::MathDelimiterFactory::CreateMathDelimiter(System::SharedPtr<IMathElement> element) override

Arguments

ParameterTypeDescription
elementSystem::SharedPtr<IMathElement>math element to apply delimiter

Return Value

new math delimiter

MathDelimiterFactory::CreateMathDelimiter(System::SharedPtr<IMathElementCollection>) method

Create a math delimiter by applying to the element

System::SharedPtr<IMathDelimiter> Aspose::Slides::MathText::MathDelimiterFactory::CreateMathDelimiter(System::SharedPtr<IMathElementCollection> mathElements) override

Arguments

ParameterTypeDescription
mathElementsSystem::SharedPtr<IMathElementCollection>math elements to apply delimiter

Return Value

new math delimiter

See Also