Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / NumberForm Enumeration

In This Topic
    NumberForm Enumeration
    In This Topic
    Specifies the number form setting for an OpenType font.
    Syntax
    'Declaration
     
    Public Enum NumberForm 
       Inherits System.Enum
    public enum NumberForm : 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