Determines 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 void AutoFit(
	AutoFitBehaviorType behavior
)
Public Sub AutoFit ( 
	behavior As AutoFitBehaviorType
)
public:
void AutoFit(
	AutoFitBehaviorType behavior
)
member AutoFit : 
        behavior : AutoFitBehaviorType -> unit 

Parameters

behavior
AutoFitBehaviorType
How Word resizes the specified table with the AutoFit feature is used.

See Also