[]
Adds a Run to the end of the Office Math zone.
public Run AddRun()
Public Function AddRun() As 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
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. |
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. |