cached_col_balance property

CompatibilityOptions.cached_col_balance property

Use Cached Paragraph Information for Column Balancing.

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

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

See Also