is_strikethrough property

is_strikethrough property

Gets or sets a value indicating whether strike through.

Definition:

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

See Also