Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FontScheme Class / GetThemeFont Method
The theme font type.

In This Topic
    GetThemeFont Method
    In This Topic
    Gets a theme font by its type.
    Syntax
    'Declaration
     
    Public Function GetThemeFont( _
       ByVal type As ThemeFontType _
    ) As ThemeFont
    public ThemeFont GetThemeFont( 
       ThemeFontType type
    )

    Parameters

    type
    The theme font type.

    Return Value

    The theme font.
    See Also