CreateMathBar()

MathBarFactory::CreateMathBar(System::SharedPtr<IMathElement>) method

Create a math bar by applying to the element

System::SharedPtr<IMathBar> Aspose::Slides::MathText::MathBarFactory::CreateMathBar(System::SharedPtr<IMathElement> element) override

Arguments

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

Return Value

new math bar element

MathBarFactory::CreateMathBar(System::SharedPtr<IMathElement>, MathTopBotPositions) method

Create a math bar by applying to the element

System::SharedPtr<IMathBar> Aspose::Slides::MathText::MathBarFactory::CreateMathBar(System::SharedPtr<IMathElement> element, MathTopBotPositions position) override

Arguments

ParameterTypeDescription
elementSystem::SharedPtr<IMathElement>Math element to apply bar
positionMathTopBotPositionsPosition of the bar

Return Value

new math bar element

See Also