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
Parameter | Type | Description |
---|---|---|
element | System::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
Parameter | Type | Description |
---|---|---|
element | System::SharedPtr<IMathElement> | Math element to apply bar |
position | MathTopBotPositions | Position of the bar |
Return Value
new math bar element
See Also
- Enum MathTopBotPositions
- Typedef SharedPtr
- Class IMathBar
- Class IMathElement
- Class MathBarFactory
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides