Documents for PDF, .NET Edition Documentation
AppendParagraphBreak(TextFormat) Method

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > TextLayout Class > AppendParagraphBreak Method : AppendParagraphBreak(TextFormat) Method
The text format.
Adds the special character (0x2029) that causes a paragraph break but prevents a page break between paragraphs (GrapeCity specifics).
Syntax
'Declaration
 
Public Overloads Function AppendParagraphBreak( _
   ByVal format As TextFormat _
) As TextRun
public TextRun AppendParagraphBreak( 
   TextFormat format
)

Parameters

format
The text format.

Return Value

The created text run.
See Also

Reference

TextLayout Class
TextLayout Members
Overload List