to_border_box method

to_border_box

def to_border_box(self):
    ...

to_border_box

def to_border_box(self, 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
hide_topbool
hide_bottombool
hide_leftbool
hide_rightbool
strikethrough_horizontalbool
strikethrough_verticalbool
strikethrough_bottom_left_to_top_rightbool
strikethrough_top_left_to_bottom_rightbool

See Also