Specifies how Microsoft Word resizes a table when the AutoFit feature is used.
Namespace: Spire.DocAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum AutoFitBehaviorType
Public Enumeration AutoFitBehaviorType
public enum class AutoFitBehaviorType
type AutoFitBehaviorType
Members
| Member | 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.
|