MathBorderBox constructor

Contents
[ ]

init

Creates MathBorderBox element with rectangular border

def __init__(self, element):
    ...
ParameterTypeDescription
elementIMathElementThe base element to which the border box is applied. Can be null.

init

Creates MathBorderBox element

def __init__(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
elementIMathElementThe base element to which the border box is applied
hide_topboolHide Top Edge
hide_bottomboolHide Bottom Edge
hide_leftboolHide Left Edge
hide_rightboolHide Right Edge
strikethrough_horizontalboolStrikethrough Horizontal
strikethrough_verticalboolStrikethrough Vertical
strikethrough_bottom_left_to_top_rightboolStrikethrough Bottom-Left to Top-Right
strikethrough_top_left_to_bottom_rightboolStrikethrough Top-Left to Bottom-Right

See Also