Specifies how Microsoft Word resizes a table when the AutoFit feature is used.

Namespace: Spire.Doc
Assembly: 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

MemberValueDescription
AutoFitToContents1
The table is automatically sized to fit the content contained in the table.
AutoFitToWindow2
The table is automatically sized to the width of the active window.
FixedColumnWidths0
The table is set to a fixed size, regardless of the content, and is not automatically sized.

See Also