auto_hyphenation property

auto_hyphenation property

The flag indicating whether automatic hyphenation is enabled for the document (default is False).

Definition:

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

See Also