balance_single_byte_double_byte_width property

CompatibilityOptions.balance_single_byte_double_byte_width property

Balance Single Byte and Double Byte Characters.

@property
def balance_single_byte_double_byte_width(self) -> bool:
    ...

@balance_single_byte_double_byte_width.setter
def balance_single_byte_double_byte_width(self, value: bool):
    ...

See Also