Aspose::Pdf::Paragraphs::InsertRange method

Paragraphs::InsertRange method

Inserta los elementos de una colección en la lista en el índice especificado.

void Aspose::Pdf::Paragraphs::InsertRange(int32_t index, const System::SharedPtr<System::Collections::Generic::IEnumerable<System::SharedPtr<BaseParagraph>>> &collection)
ParámetroTipoDescripción
índiceint32_tValor de índice.
collectionconst System::SharedPtr<System::Collections::Generic::IEnumerable<System::SharedPtr<BaseParagraph>>>&Colección.

Ver también