CreateMathBar
CreateMathBar(IMathElement)
Create a math bar by applying to the element
public IMathBar CreateMathBar(IMathElement element)
Parameter | Type | Description |
---|---|---|
element | IMathElement | math element to apply bar |
Return Value
new math bar element
See Also
- interface IMathBar
- interface IMathElement
- interface IMathBarFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides
CreateMathBar(IMathElement, MathTopBotPositions)
Create a math bar by applying to the element
public IMathBar CreateMathBar(IMathElement element, MathTopBotPositions position)
Parameter | Type | Description |
---|---|---|
element | IMathElement | Math element to apply bar |
position | MathTopBotPositions | Position of the bar |
Return Value
new math bar element
See Also
- interface IMathBar
- interface IMathElement
- enum MathTopBotPositions
- interface IMathBarFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides