CreateMathDelimiter()

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

Create a math delimiter by applying to the element

virtual System::SharedPtr<IMathDelimiter> Aspose::Slides::MathText::IMathDelimiterFactory::CreateMathDelimiter(System::SharedPtr<IMathElement> element)=0

Arguments

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

Return Value

new math delimiter

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

Create a math delimiter by applying to the element

virtual System::SharedPtr<IMathDelimiter> Aspose::Slides::MathText::IMathDelimiterFactory::CreateMathDelimiter(System::SharedPtr<IMathElementCollection> mathElements)=0

Arguments

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

Return Value

new math delimiter

See Also