insert

insert(int index, Paragraph value) method

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.

Returns

void


insert(int index, ParagraphCollection value) method

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.

Returns

void