Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FontInfo Class / AlternateNames Property

In This Topic
    AlternateNames Property
    In This Topic
    Gets a set of alternative names which can be used to locate the font if ThemeFont.Name property is not matched.
    Syntax
    'Declaration
     
    Public ReadOnly Property AlternateNames As System.Collections.Generic.IList(Of String)
    public System.Collections.Generic.IList<string> AlternateNames {get;}
    See Also