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

In This Topic
    ThemeFarEast Property
    In This Topic
    Gets or sets a theme font that shall be used to format all characters in an East Asian Unicode range. 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 ThemeFarEast As ThemeFontType
    public ThemeFontType ThemeFarEast {get; set;}
    See Also