NumberFormValues Enumeration

Defines the NumberFormValues enumeration.

Namespace:  DocumentFormat.OpenXml.Office2010.Word
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

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

Members

Member name Description
Default default. When the item is serialized out as xml, its value is "default".
Lining lining. When the item is serialized out as xml, its value is "lining".
OldStyle oldStyle. When the item is serialized out as xml, its value is "oldStyle".

See Also

Reference

DocumentFormat.OpenXml.Office2010.Word Namespace