Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLayout Class / AppendLine Method / AppendLine(TextFormat) Method
The text format.

In This Topic
    AppendLine(TextFormat) Method
    In This Topic
    Adds a line break element to the end of the Inlines collection.
    Syntax
    'Declaration
     
    Public Overloads Function AppendLine( _
       ByVal format As TextFormat _
    ) As LineBreak
    public LineBreak AppendLine( 
       TextFormat format
    )

    Parameters

    format
    The text format.

    Return Value

    The appended LineBreak.
    See Also