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