[]
Adds a Run to the end of the current control content.
public Run AddRun()
| Type | Description |
|---|---|
| Run | The added Run. |
Adds a Run to the end of the current control content.
public Run AddRun(string text)
| Type | Name | Description |
|---|---|---|
| string | text | The text of the run. |
| Type | Description |
|---|---|
| Run | The added Run. |
Adds a Run to the end of the current control content.
public Run AddRun(Style style)
| Type | Name | Description |
|---|---|---|
| Style | style | The run character or linked paragraph style. |
| Type | Description |
|---|---|
| Run | The added Run. |
Adds a Run to the end of the current control content.
public Run AddRun(string text, Style style)
| Type | Name | Description |
|---|---|---|
| string | text | The text of the run. |
| Style | style | The run character or linked paragraph style. |
| Type | Description |
|---|---|
| Run | The added Run. |