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

In This Topic
    AppendLine(String) Method
    In This Topic
    Adds a text run with default formatting, followed by a line break, to the end of the Inlines collection.
    Syntax
    'Declaration
     
    Public Overloads Function AppendLine( _
       ByVal text As System.String _
    ) As LineBreak
    public LineBreak AppendLine( 
       System.string text
    )

    Parameters

    text
    The text to append.

    Return Value

    The appended LineBreak.
    See Also