create_math_accent method

create_math_accent

Creates a math accent applying to a specified math element with the default accent character value

Returns

new math accent

def create_math_accent(self, element):
    ...
ParameterTypeDescription
elementIMathElementmath element to apply accent

create_math_accent

Creates a math accent applying to a specified math element

Returns

new math accent

def create_math_accent(self, element, accent_character):
    ...
ParameterTypeDescription
elementIMathElementmath element to apply accent
accent_charactercharaccent character

See Also