auto_hyphenation property

auto_hyphenation property

Gets or sets value determining whether automatic hyphenation is turned on for the document. Default value for this property is false.

Definition:

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

See Also