insert
insert(int index, Paragraph value) method
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. |
Returns
void
insert(int index, ParagraphCollection value) method
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. |
Returns
void