WdAutoFitBehavior Enumeration |
Specifies how Microsoft Word resizes a table when the AutoFit feature is used.
Namespace: Aceoffix.WordWriterAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic enum WdAutoFitBehavior
Public Enumeration WdAutoFitBehavior
Members
| Member name | Value | Description |
---|
| wdAutoFitFixed | 0 |
The table is set to a fixed size, regardless of the content, and is not automatically sized.
|
| wdAutoFitContent | 1 |
The table is automatically sized to fit the content contained in the table.
|
| wdAutoFitWindow | 2 |
The table is automatically sized to the width of the active window.
|
See Also