Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FontInfoCollection Class / Add Method / Add(String) Method
The primary name of the font to add.

In This Topic
    Add(String) Method
    In This Topic
    Adds a font with a specified primary name to the collection.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal name As System.String _
    ) As FontInfo
    public FontInfo Add( 
       System.string name
    )

    Parameters

    name
    The primary name of the font to add.

    Return Value

    The newly created FontInfo instance.
    See Also