insert

insert(int index, Paragraph value) function

Inserts a Paragraph into the collection at the specified index.

Parameters

NameTypeDescription
indexintThe zero-based index at which Paragraph should be inserted.
valueParagraphThe Paragraph to insert.

insert(int index, ParagraphCollection value) function

Inserts a content of ParagraphCollection into the collection at the specified index.

Parameters

NameTypeDescription
indexintThe zero-based index at which paragraphs should be inserted.
valueParagraphCollectionThe paragraphs to insert.