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

In This Topic
    ThemeAscii Property
    In This Topic
    Gets or sets a theme font that shall be used to format all characters in the Unicode range (U+0000U+007F) within the parent. 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 ThemeAscii As ThemeFontType
    public ThemeFontType ThemeAscii {get; set;}
    See Also