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

The text format.

Returns
Type Description
TextRun

The created text run.