TableWidthUnitValues enumeration
Office 2013 and later
Defines the TableWidthUnitValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| 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: