[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.TextLayout.AppendLine

AppendLine Method

AppendLine()

Adds a line break element to the end of the Inlines collection.

Declaration
public LineBreak AppendLine()
Returns
Type Description
LineBreak

The appended LineBreak.

AppendLine(TextFormat)

Adds a line break element to the end of the Inlines collection.

Declaration
public LineBreak AppendLine(TextFormat format)
Parameters
Type Name Description
TextFormat format

The text format.

Returns
Type Description
LineBreak

The appended LineBreak.

AppendLine(string)

Adds a text run with default formatting, followed by a line break, to the end of the Inlines collection.

Declaration
public LineBreak AppendLine(string text)
Parameters
Type Name Description
string text

The text to append.

Returns
Type Description
LineBreak

The appended LineBreak.

AppendLine(string, TextFormat)

Adds a text run with the specified format, followed by a line break, to the end of the Inlines collection.

Declaration
public LineBreak AppendLine(string text, TextFormat format)
Parameters
Type Name Description
string text

The text to append.

TextFormat format

The text format.

Returns
Type Description
LineBreak

The appended LineBreak.