Aspose::Pdf::Paragraphs::InsertRange метод
Paragraphs::InsertRange method
Вставляет элементы коллекции в список в указанном индексе.
void Aspose::Pdf::Paragraphs::InsertRange(int32_t index, const System::SharedPtr<System::Collections::Generic::IEnumerable<System::SharedPtr<BaseParagraph>>> &collection)
| Параметр | Тип | Описание |
|---|---|---|
| индекс | int32_t | Значение индекса. |
| collection | const System::SharedPtr<System::Collections::Generic::IEnumerable<System::SharedPtr<BaseParagraph>>>& | Коллекция. |
См. также
- Typedef SharedPtr
- Class IEnumerable
- Class BaseParagraph
- Class Paragraphs
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++