Click or drag to resize

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
public enum AutoFitBehaviorType
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