Aspose::Pdf::Paragraphs::InsertRange method

Paragraphs::InsertRange method

Inserts the elements of a collection into the list at the specified index.

void Aspose::Pdf::Paragraphs::InsertRange(int32_t index, const System::SharedPtr<System::Collections::Generic::IEnumerable<System::SharedPtr<BaseParagraph>>> &collection)
ParameterTypeDescription
indexint32_tIndex value.
collectionconst System::SharedPtr<System::Collections::Generic::IEnumerable<System::SharedPtr<BaseParagraph>>>&Collection.

See Also