Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Enum

WordTableLayoutMode

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Specifies the layout algorithm Word uses for a table.

Inheritance

  • Enum
  • WordTableLayoutMode

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const WordTableLayoutMode AutoFit #

Allows Word to adjust columns based on their contents.

Value: 0
public const WordTableLayoutMode Fixed #

Uses the table and cell preferred widths without content-driven column resizing.

Value: 1