Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLayout Class / AppendParagraphBreak Method / AppendParagraphBreak() Method

In This Topic
    AppendParagraphBreak() Method
    In This Topic
    Adds a 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