API Reference

Enum

WordTableLayoutType

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

Defines the layout type options for the table

Inheritance

  • Enum
  • WordTableLayoutType

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 WordTableLayoutType AutoFitToContents #

AutoFit to Contents: Table width will be determined by content

Value: 0
public const WordTableLayoutType AutoFitToWindow #

AutoFit to Window: Table width will be 100% of the window

Value: 1
public const WordTableLayoutType FixedWidth #

Fixed Width: Table width will be set to a specific percentage

Value: 2