[]
Adds a line separator character (0x2028) that causes a line break without ending the paragraph.
public TextRun AppendSoftBreak()
Public Function AppendSoftBreak() As TextRun
| Type | Description |
|---|---|
| TextRun | The created text run. |
Adds a line separator character (0x2028) that causes a line break without ending the paragraph.
public TextRun AppendSoftBreak(TextFormat format)
Public Function AppendSoftBreak(format As TextFormat) As TextRun
| Type | Name | Description |
|---|---|---|
| TextFormat | format | The text format. |
| Type | Description |
|---|---|
| TextRun | The created text run. |