[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.TextLayout.AppendSoftBreak

AppendSoftBreak Method

AppendSoftBreak()

Adds a line separator character (0x2028) that causes a line break without ending the paragraph.

Declaration
public TextRun AppendSoftBreak()
Returns
Type Description
TextRun

The created text run.

AppendSoftBreak(TextFormat)

Adds a line separator character (0x2028) that causes a line break without ending the paragraph.

Declaration
public TextRun AppendSoftBreak(TextFormat format)
Parameters
Type Name Description
TextFormat format

The text format.

Returns
Type Description
TextRun

The created text run.