widows property

widows property

See the widows property definition in CSS2.

Definition:

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

See Also