Метод Aspose::Pdf::OperatorCollection::Insert

OperatorCollection::Insert(int32_t, const System::ArrayPtr<System::SharedPtr<Operator>>&) method

Вставляет операторы в указанную позицию.

void Aspose::Pdf::OperatorCollection::Insert(int32_t at, const System::ArrayPtr<System::SharedPtr<Operator>> &ops)
ПараметрТипОписание
вint32_tИндекс, с которого начинается вставка операторов.
операцииconst System::ArrayPtr<System::SharedPtr<Operator>>&Массив операторов для вставки. Каждый оператор может иметь любой индекс (по умолчанию -1), потому что их индексы автоматически корректируются, начиная с at.

См. также

OperatorCollection::Insert(int32_t, const System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<Operator>>>&) method

Вставляет операторы в указанную позицию.

void Aspose::Pdf::OperatorCollection::Insert(int32_t at, const System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<Operator>>> &ops)
ПараметрТипОписание
вint32_tИндекс, с которого начинается вставка операторов.
операцииconst System::SharedPtr<System::Collections::Generic::IList<System::SharedPtr<Operator>>>&Массив операторов для вставки.

См. также

OperatorCollection::Insert(int32_t, System::SharedPtr<Operator>) method

Вставляет оператор в коллекцию.

void Aspose::Pdf::OperatorCollection::Insert(int32_t index, System::SharedPtr<Operator> op) override
ПараметрТипОписание
индексint32_tИндекс, где должен быть добавлен новый оператор
opSystem::SharedPtr<Operator>Operator который будет вставлен

См. также