[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.TextLayout.AppendParagraphBreak

AppendParagraphBreak Method

AppendParagraphBreak()

Adds a special character (0x2029) that causes a paragraph break but prevents a page break between paragraphs (GrapeCity specifics).

Declaration
public TextRun AppendParagraphBreak()
Returns
Type Description
TextRun

The created text run.

AppendParagraphBreak(TextFormat)

Adds a special character (0x2029) that causes a paragraph break but prevents a page break between paragraphs (GrapeCity specifics).

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

The text format.

Returns
Type Description
TextRun

The created text run.