_Font.NumberForm Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the number form setting for an OpenType font.
public:
property Microsoft::Office::Interop::Word::WdNumberForm NumberForm { Microsoft::Office::Interop::Word::WdNumberForm get(); void set(Microsoft::Office::Interop::Word::WdNumberForm value); };
public Microsoft.Office.Interop.Word.WdNumberForm NumberForm { get; set; }
member this.NumberForm : Microsoft.Office.Interop.Word.WdNumberForm with get, set
Public Property NumberForm As WdNumberForm
Property Value
A WdNumberForm object.
Remarks
Read/write WdNumberForm. Numbers in OpenType fonts can be displayed either with consistent heights along the baseline of the text (called "lining"), or with varying heights (called "hanging" or "old style") where numbers are displayed above or below the baseline of the text. Use this property to specify whether numbers are displayed using lining or old-style.
Setting this property has the same effect as selecting an item in the dropdown box next to Number forms: (OpenType features group, Advanced tab in the Font dialog box in Word 2010).