WdAutoFitBehavior Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how Microsoft Word resizes a table when the AutoFit feature is used.
public enum class WdAutoFitBehavior
[System.Runtime.InteropServices.Guid("7A27760C-FFDD-35D3-B12A-85CBEC20AFC8")]
public enum WdAutoFitBehavior
type WdAutoFitBehavior =
Public Enum WdAutoFitBehavior
- Inheritance
-
WdAutoFitBehavior
- Attributes
Fields
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. |