strikethrough_top_left_to_bottom_right property

strikethrough_top_left_to_bottom_right property

Strikethrough Top-Left to Bottom-Right (default is false). Specifies the hidden or shown state of a strikethrough diagonal line from the top-left corner to the bottom-right corner of border box.

Definition:

@property
def strikethrough_top_left_to_bottom_right(self):
    ...

@strikethrough_top_left_to_bottom_right.setter
def strikethrough_top_left_to_bottom_right(self, value):
    ...

See Also