Determines 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 void AutoFit(
AutoFitBehaviorType behavior
)
Public Sub AutoFit (
behavior As AutoFitBehaviorType
)
public:
void AutoFit(
AutoFitBehaviorType behavior
)
member AutoFit :
behavior : AutoFitBehaviorType -> unit
Parameters
-
behavior
-
Type:
Spire.Doc
AutoFitBehaviorType
How Word resizes the specified table with the AutoFit feature is used.
See Also