Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLayout Class / Append Method / Append(String) Method
The text to append.

In This Topic
    Append(String) Method
    In This Topic
    Adds a text run with default formatting to the end of the Inlines collection.
    Syntax
    'Declaration
     
    Public Overloads Function Append( _
       ByVal text As System.String _
    ) As TextRun
    public TextRun Append( 
       System.string text
    )

    Parameters

    text
    The text to append.

    Return Value

    The created text run.
    See Also