MathBar constructor
init
Initializes MathBar with overbar (Top position)
def __init__(self, element):
...
Parameter | Type | Description |
---|---|---|
element | IMathElement | The base element to which the bar is applied |
init
Initializes MathBar with specified position
def __init__(self, element, position):
...
Parameter | Type | Description |
---|---|---|
element | IMathElement | The base element to which the bar is applied |
position | MathTopBotPositions | Position of the bar line. |
See Also
- class
IMathElement
- class
MathBar
- enumeration
MathTopBotPositions
- module
aspose.slides.mathtext
- library
Aspose.Slides