autofit_to_first_fixed_width_cell property
CompatibilityOptions.autofit_to_first_fixed_width_cell property
Allow Table Columns To Exceed Preferred Widths of Constituent Cells.
@property
def autofit_to_first_fixed_width_cell(self) -> bool:
...
@autofit_to_first_fixed_width_cell.setter
def autofit_to_first_fixed_width_cell(self, value: bool):
...
Remarks
The option is called “Use Word 2003 table autofit rules” in MS Word 2013 user interface. It actually affects how the grid is calculated for fixed layout tables, too (for some cases).
See Also
- module aspose.words.settings
- class CompatibilityOptions