style property

style property

Returns a Style object that represents the style of the specified range.

Definition:

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

See Also