| 
AutoFitBehaviorType Enumeration
  | 
 Specifies how Microsoft Word resizes a table when the AutoFit feature is used.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public enum AutoFitBehaviorType
 
Public Enumeration AutoFitBehaviorType
 
public enum class AutoFitBehaviorType
 
 
 
 
 Members
 Members
 
|  | Member name | Value | Description | 
|  | AutoFitToContents | 1 | The table is automatically sized to fit the content contained in the table. | 
|  | AutoFitToWindow | 2 | The table is automatically sized to the width of the active window. | 
|  | FixedColumnWidths | 0 | The table is set to a fixed size, regardless of the content, and is not automatically sized. | 
 
 
 See Also
See Also