strikeout property
strikeout property
Gets or sets a value indicating whether the font is strikeout.
Definition:
@property
def strikeout(self):
...
@strikeout.setter
def strikeout(self, value):
...
Gets or sets a value indicating whether the font is strikeout.
@property
def strikeout(self):
...
@strikeout.setter
def strikeout(self, value):
...