DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / NumberForm Enumeration

NumberForm Enumeration
Specifies the number form setting for an OpenType font.
Syntax
'Declaration
 
Public Enum NumberForm 
   Inherits System.Enum
 
Members
MemberDescription
Default Applies the default number form for the font.
Lining Applies the lining number form to the font.
OldStyle Applies the "old-style" number form to the font.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Word.NumberForm

See Also