[]
Adds a special character (0x2029) that causes a paragraph break but prevents a page break between paragraphs (GrapeCity specifics).
public TextRun AppendParagraphBreak()
Public Function AppendParagraphBreak() As TextRun
| Type | Description |
|---|---|
| TextRun | The created text run. |
Adds a special character (0x2029) that causes a paragraph break but prevents a page break between paragraphs (GrapeCity specifics).
public TextRun AppendParagraphBreak(TextFormat format)
Public Function AppendParagraphBreak(format As TextFormat) As TextRun
| Type | Name | Description |
|---|---|---|
| TextFormat | format | The text format. |
| Type | Description |
|---|---|
| TextRun | The created text run. |