strikethrough_type property

strikethrough_type property

Returns or sets the strikethrough type of a text. No inheritance applied. Read/write TextStrikethroughType.

Definition:

@property
def strikethrough_type(self):
    ...

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

See Also