strikethrough_horizontal property

strikethrough_horizontal property

Strikethrough Horizontal (default is false) - specifies the hidden or shown state of a strikethrough horizontal line.

Definition:

@property
def strikethrough_horizontal(self):
    ...

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

See Also