is_east_asian_line_break property

is_east_asian_line_break property

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

Definition:

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

See Also