TableWidthUnitValues Enumeration

Defines the TableWidthUnitValues enumeration.

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

Syntax

'Declaration
Public Enumeration TableWidthUnitValues
'Usage
Dim instance As TableWidthUnitValues
public enum TableWidthUnitValues

Members

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".

See Also

Reference

DocumentFormat.OpenXml.Wordprocessing Namespace