Click or drag to resize
WdAutoFitBehavior Enumeration
Specifies how Microsoft Word resizes a table when the AutoFit feature is used.

Namespace: Aceoffix.WordWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public enum WdAutoFitBehavior
Members
  Member nameValueDescription
wdAutoFitFixed0 The table is set to a fixed size, regardless of the content, and is not automatically sized.
wdAutoFitContent1 The table is automatically sized to fit the content contained in the table.
wdAutoFitWindow2 The table is automatically sized to the width of the active window.
See Also