[]
public Run Add()
| Type | Description |
|---|---|
| Run | The added Run. |
public Run Add(string text)
| Type | Name | Description |
|---|---|---|
| string | text | The text of the inserted Run |
| Type | Description |
|---|---|
| Run | The added Run. |
public Run Add(Style style)
| Type | Name | Description |
|---|---|---|
| Style | style | The run character or linked paragraph style. |
| Type | Description |
|---|---|
| Run | The added Run. |
public Run Add(string text, Style style)
| Type | Name | Description |
|---|---|---|
| string | text | The text of the inserted Run |
| Style | style | The run character or linked paragraph style. |
| Type | Description |
|---|---|
| Run | The added Run. |