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

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > TextLayout Class > AppendParagraphBreak Method : AppendParagraphBreak() Method
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() As TextRun
public TextRun AppendParagraphBreak()

Return Value

The created text run.
See Also

Reference

TextLayout Class
TextLayout Members
Overload List