Spread Silverlight Documentation
FontSchemeCategory Enumeration


GrapeCity.Excel Namespace : FontSchemeCategory Enumeration
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
Major This font is the major font for this theme.
Minor This font is the minor font for this theme.
Ninched This font is in Ninched state.
None This 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

Reference

GrapeCity.Excel Namespace