[]
Defines how AutoFit value can be specified for tables in generated Word files.
public enum WordTableAutoFitMode
| Name | Description |
|---|---|
| Default | AutoFit is set on tables that are narrower than the physical drawing area (physical page width excluding margins) per logical page. |
| False | AutoFit is set to false on any Word table. |
| Never | AutoFit values are not set on any Word table and behavior reverts to the Word default. |
| True | AutoFit is set to true on every Word table. |