insert
insert(int index, Paragraph value) function
Inserts a Paragraph into the collection at the specified index.
Parameters
| Name | Type | Description |
|---|---|---|
| index | int | The zero-based index at which Paragraph should be inserted. |
| value | Paragraph | The Paragraph to insert. |
insert(int index, ParagraphCollection value) function
Inserts a content of ParagraphCollection into the collection at the specified index.
Parameters
| Name | Type | Description |
|---|---|---|
| index | int | The zero-based index at which paragraphs should be inserted. |
| value | ParagraphCollection | The paragraphs to insert. |