CreateMathBar()

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

Create a math bar by applying to the element

virtual System::SharedPtr<IMathBar> Aspose::Slides::MathText::IMathBarFactory::CreateMathBar(System::SharedPtr<IMathElement> element)=0

Arguments

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

Return Value

new math bar element

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

Create a math bar by applying to the element

virtual System::SharedPtr<IMathBar> Aspose::Slides::MathText::IMathBarFactory::CreateMathBar(System::SharedPtr<IMathElement> element, MathTopBotPositions position)=0

Arguments

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

Return Value

new math bar element

See Also