hyphenation_options property

hyphenation_options property

Set hyphenation options for WordProcessing documents.

Definition:

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

See Also