is_latin_line_break property

is_latin_line_break property

Specifies whether a Latin word can be broken in half and wrapped onto the next line without a hyphen being added.

Definition:

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

See Also