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ámetro | Tipo | Descripción |
|---|---|---|
| índice | int32_t | Valor de índice. |
| collection | const System::SharedPtr<System::Collections::Generic::IEnumerable<System::SharedPtr<BaseParagraph>>>& | Colección. |
Ver también
- Typedef SharedPtr
- Class IEnumerable
- Class BaseParagraph
- Class Paragraphs
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++