MathGroupingCharacter constructor

init

Initializes a new instance of the MathGroupingCharacter class with the default grouping character U+23DF (BOTTOM CURLY BRACKET)

def __init__(self, element):
    ...
ParameterTypeDescription
elementIMathElementThe base element to which the bar is applied

init

Initializes a new instance of the MathGroupingCharacter class.

def __init__(self, element, character, position, vertical_justification):
    ...
ParameterTypeDescription
elementIMathElementThe base element to which the bar is applied
charactercharGrouping Character
positionMathTopBotPositionsPosition of grouping character
vertical_justificationMathTopBotPositionsVertical justification of group character

See Also