text_decoration property

text_decoration property

TextDecoration

Definition:

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

See Also