Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FontBase Class / ThemeOther Property

In This Topic
    ThemeOther Property
    In This Topic
    Gets or sets a theme font that shall be used to format all characters in a Unicode range that does not fall into one of the three categories defined above. This theme font is a reference to one of the predefined theme fonts, which allows for font information to be set centrally in the document.
    Syntax
    'Declaration
     
    Public Property ThemeOther As ThemeFontType
    public ThemeFontType ThemeOther {get; set;}
    See Also