_Font.NumberSpacing Property
Gets or sets the number spacing setting for a font.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property NumberSpacing As WdNumberSpacing
Get
Set
'Usage
Dim instance As _Font
Dim value As WdNumberSpacing
value = instance.NumberSpacing
instance.NumberSpacing = value
WdNumberSpacing NumberSpacing { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.WdNumberSpacing
A WdNumberSpacing object.
Remarks
Read/write WdNumberSpacing. OpenType fonts support a proportional and tabular figure feature to control number spacing. Proportional number spacing handles each number as having a different width. For example, "1" is displayed as narrower than "5". Tabular number spacing handles numbers as equal in width so that they align vertically, which increases the readability, especially for financial information.