TableWidthUnitValues enumeration

Office 2013 and later

Defines the TableWidthUnitValues enumeration.

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
Nil No Width. When the item is serialized out as xml, its value is "nil".
Pct Width in Fiftieths of a Percent. When the item is serialized out as xml, its value is "pct".
Dxa Width in Twentieths of a Point. When the item is serialized out as xml, its value is "dxa".
Auto Automatically Determined Width. When the item is serialized out as xml, its value is "auto".
Show: