auto_hyphenation property

auto_hyphenation property

The value determining whether automatic hyphenation is turned on for the document; default is False.

Definition:

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

See Also