DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Font Class / NumberForm Property

In This Topic
NumberForm Property
In This Topic
Gets or sets the number form setting for an OpenType font.
Syntax
'Declaration
 
Public Property NumberForm As NumberForm
 
Remarks
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 the NumberForm property to specify whether numbers are displayed using lining or old-style.
See Also