Spread WPF 17
GrapeCity.Excel Namespace / FontSchemeCategory Enumeration


In This Topic
    FontSchemeCategory Enumeration
    In This Topic
    Defines the font scheme, if any, to which this font belongs
    Syntax
    'Declaration
     
    Public Enum FontSchemeCategory 
       Inherits System.Enum
    'Usage
     
    Dim instance As FontSchemeCategory
    public enum FontSchemeCategory : System.Enum 
    Members
    MemberDescription
    MajorThis font is the major font for this theme.
    MinorThis font is the minor font for this theme.
    NinchedThis font is in Ninched state.
    NoneThis font is not a theme font.
    Remarks
    When a font definition is part of a theme definition, then the font is categorized as either a major or minor font scheme component. When a new theme is chosen, every font that is part of a theme definition is updated to use the new major or minor font definition for that theme. Usually major fonts are used for styles like headings, and minor fonts are used for body and paragraph text.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Excel.FontSchemeCategory

    See Also