[]
Inserts a Run into this collection at a specified location.
public Run Insert(InsertLocation location)
Public Function Insert(location As InsertLocation) As Run
Type | Name | Description |
---|---|---|
InsertLocation | location | The target InsertLocation for the insertion. |
Inserts a Run into this collection at a specified location.
public Run Insert(string text, InsertLocation location)
Public Function Insert(text As String, location As InsertLocation) As Run
Type | Name | Description |
---|---|---|
string | text | The text of the inserted Run |
InsertLocation | location | The target InsertLocation for the insertion. |
Inserts a Run into this collection at a specified location.
public Run Insert(Style style, InsertLocation location)
Public Function Insert(style As Style, location As InsertLocation) As Run
Type | Name | Description |
---|---|---|
Style | style | The run character or linked paragraph style. |
InsertLocation | location | The target InsertLocation for the insertion. |
Inserts a Run into this collection at a specified location.
public Run Insert(string text, Style style, InsertLocation location)
Public Function Insert(text As String, style As Style, location As InsertLocation) As Run
Type | Name | Description |
---|---|---|
string | text | The text of the inserted Run |
Style | style | The run character or linked paragraph style. |
InsertLocation | location | The target InsertLocation for the insertion. |