WdNumberForm Enumeration
Specifies the number form setting for an OpenType font.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdNumberForm
'Usage
Dim instance As WdNumberForm
public enum WdNumberForm
Members
Member name | Description | |
---|---|---|
wdNumberFormDefault | Applies the default number form for the font. | |
wdNumberFormLining | Applies the lining number form to the font. | |
wdNumberFormOldStyle | Applies the "old-style" number form to the font. |
Remarks
Numbers in OpenType fonts that support these properties can be displayed either with alignment above the baseline of the text (called "lining") or with descenders crossing below the baseline (called "hanging" or "old style"). Use the NumberForm property to set the number form for a font.