Enum TableWidthUnit
The unit of a table measurement value (ECMA-376 Part 1 §17.18.90 ST_TblWidth).
public enum TableWidthUnit
Fields
Auto = 0Width is determined by the layout algorithm (w:type "auto").
Twips = 1Width in twips (w:type "dxa").
Percent = 2Width in fiftieths of a percent (w:type "pct").
Nil = 3No width (w:type "nil").