do_not_autofit_constrained_tables property

CompatibilityOptions.do_not_autofit_constrained_tables property

Do Not AutoFit Tables To Fit Next To Wrapped Objects.

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

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

See Also