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

In This Topic
    GetFontName Method
    In This Topic
    Gets a theme font name by its type.
    Syntax
    'Declaration
     
    Public Function GetFontName( _
       ByVal type As ThemeFontType _
    ) As System.String
    public System.string GetFontName( 
       ThemeFontType type
    )

    Parameters

    type
    The theme font type.

    Return Value

    The theme font name.
    See Also