Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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". |