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)
| Parameter | Type | Description |
|---|---|---|
| index | int32_t | Index value. |
| collection | const System::SharedPtr<System::Collections::Generic::IEnumerable<System::SharedPtr<BaseParagraph>>>& | Collection. |
See Also
- Typedef SharedPtr
- Class IEnumerable
- Class BaseParagraph
- Class Paragraphs
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++