WdAutoFitBehavior Enumeration 

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

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdAutoFitBehavior1 As WdAutoFitBehavior = WdAutoFitBehavior.wdAutoFitContent

Syntax

Public Enum WdAutoFitBehavior
public enum WdAutoFitBehavior
public enum class WdAutoFitBehavior
public enum WdAutoFitBehavior
public enum WdAutoFitBehavior

Members

Member name Description
wdAutoFitContent The table is automatically sized to fit the content contained in the table.
wdAutoFitFixed The table is set to a fixed size, regardless of the content, and is not automatically sized.
wdAutoFitWindow The table is automatically sized to the width of the active window.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace