CompatibilityOptionsAutofitToFirstFixedWidthCell Property |
Allow Table Columns To Exceed Preferred Widths of Constituent Cells.
Namespace:
Aspose.Words.Settings
Assembly:
Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntaxpublic bool AutofitToFirstFixedWidthCell { get; set; }
Public Property AutofitToFirstFixedWidthCell As Boolean
Get
Set
public:
property bool AutofitToFirstFixedWidthCell {
bool get ();
void set (bool value);
}
member AutofitToFirstFixedWidthCell : bool with get, set
Property Value
Type:
Boolean
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