[]
Adds a Run to the end of the Office Math zone.
public Run AddRun()
Public Function AddRun() As Run
| Type | Description |
|---|---|
| Run | The added Run. |
Adds a Run to the end of the Office Math zone.
public Run AddRun(string text)
Public Function AddRun(text As String) As Run
| Type | Name | Description |
|---|---|---|
| string | text | The text of the added Run |
| Type | Description |
|---|---|
| Run | The added Run. |
Adds a Run to the end of the Office Math zone.
public Run AddRun(Style style)
Public Function AddRun(style As Style) As Run
| Type | Name | Description |
|---|---|---|
| Style | style | The style (character or linked paragraph) for the added run. |
| Type | Description |
|---|---|
| Run | The added Run. |
Adds a Run to the end of the Office Math zone.
public Run AddRun(string text, Style style)
Public Function AddRun(text As String, style As Style) As Run
| Type | Name | Description |
|---|---|---|
| string | text | The text of the inserted Run |
| Style | style | The style (character or linked paragraph) for the added run. |
| Type | Description |
|---|---|
| Run | The added Run. |