Table of Contents

Enum TableWidthUnit

Namespace
DocWright.Core.Document
Assembly
DocWright.Core.dll

The unit of a table measurement value (ECMA-376 Part 1 §17.18.90 ST_TblWidth).

public enum TableWidthUnit

Fields

Auto = 0

Width is determined by the layout algorithm (w:type "auto").

Twips = 1

Width in twips (w:type "dxa").

Percent = 2

Width in fiftieths of a percent (w:type "pct").

Nil = 3

No width (w:type "nil").