Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FontScheme Class / MajorFont Property

In This Topic
    MajorFont Property
    In This Topic
    Gets a set of major fonts that are to be used for different languages or locales. The major font corresponds well with the heading areas of a document.
    Syntax
    'Declaration
     
    Public ReadOnly Property MajorFont As ThemeFontCollection
    public ThemeFontCollection MajorFont {get;}
    See Also