API Reference

Enum

WordTableWidthUnit

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

Defines OfficeIMO values corresponding to DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues.

Inheritance

  • Enum
  • WordTableWidthUnit

Usage

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

Values

public const WordTableWidthUnit Nil #

Represents the Open XML value nil.

Value: 0
public const WordTableWidthUnit Pct #

Represents the Open XML value pct.

Value: 1
public const WordTableWidthUnit Dxa #

Represents the Open XML value dxa.

Value: 2
public const WordTableWidthUnit Auto #

Represents the Open XML value auto.

Value: 3