create_math_border_box method

create_math_border_box

Create a math border box by applying to the element

Returns

new border box element

def create_math_border_box(self, element):
    ...
ParameterTypeDescription
elementIMathElementmath element to apply border box

create_math_border_box

Create a math border box by applying to the element

Returns

new border box element

def create_math_border_box(self, element, hide_top, hide_bottom, hide_left, hide_right, strikethrough_horizontal, strikethrough_vertical, strikethrough_bottom_left_to_top_right, strikethrough_top_left_to_bottom_right):
    ...
ParameterTypeDescription
elementIMathElementmath element to apply border box
hide_topboolHide Top Edge
hide_bottomboolHide Bottom Edge
hide_leftboolHide Left Edge
hide_rightboolHide Right Edge
strikethrough_horizontalboolBorder Box Strikethrough Horizontal
strikethrough_verticalboolBorder Box Strikethrough Vertical
strikethrough_bottom_left_to_top_rightboolBorder Box Strikethrough Bottom-Left to Top-Right
strikethrough_top_left_to_bottom_rightboolBorder Box Strikethrough Top-Left to Bottom-Right

See Also