is_strikeout property

is_strikeout property

Gets or sets a value indicating whether the font is single strikeout.

Definition:

@property
def is_strikeout(self):
    ...
@is_strikeout.setter
def is_strikeout(self, value):
    ...

See Also