Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FontInfoCollection Class / Append Method
The list of fonts to append.
Specifies whether to embed appended fonts.

In This Topic
    Append Method
    In This Topic
    Appends a list of GrapeCity.Documents.Text.Font objects to the collection. Fonts that already exist in the collection are ignored.
    Syntax
    'Declaration
     
    Public Sub Append( _
       ByVal fonts As System.Collections.Generic.IList(Of Font), _
       Optional ByVal embed As System.Boolean _
    ) 
    public void Append( 
       System.Collections.Generic.IList<Font> fonts,
       System.bool embed
    )

    Parameters

    fonts
    The list of fonts to append.
    embed
    Specifies whether to embed appended fonts.
    See Also