text_color property

text_color property

Gets/sets the formula text color.

Definition:

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

See Also