Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ThemeFontCollection Class / Supplemental Property

In This Topic
    Supplemental Property
    In This Topic
    Gets supplemental font names for various scripts.
    Syntax
    'Declaration
     
    Public ReadOnly Property Supplemental As System.Collections.Generic.IDictionary(Of String,String)
    public System.Collections.Generic.IDictionary<string,string> Supplemental {get;}
    See Also