[]
        
(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()
Public Function AppendSoftBreak() As TextRun
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)
Public Function AppendSoftBreak(format As TextFormat) As TextRun
Parameters
Type Name Description
TextFormat format

The text format.

Returns
Type Description
TextRun

The created text run.