text property

text property

Document text color. See the text attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

Definition:

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

See Also