OfficeIMO

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

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