Aspose::Pdf::OutlineCollection::Remove метод
OutlineCollection::Remove(const System::SharedPtr<OutlineItemCollection>&) method
Всегда бросает NotImplementedException
bool Aspose::Pdf::OutlineCollection::Remove(const System::SharedPtr<OutlineItemCollection> &item) override
| Параметр | Тип | Описание |
|---|---|---|
| элемент | const System::SharedPtr<OutlineItemCollection>& | Объект, который нужно найти в коллекции |
ReturnValue
NotImplementedException
См. также
- Typedef SharedPtr
- Class OutlineItemCollection
- Class OutlineCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
OutlineCollection::Remove(int32_t) method
Удалить элемент по индексу.
void Aspose::Pdf::OutlineCollection::Remove(int32_t index)
| Параметр | Тип | Описание |
|---|---|---|
| индекс | int32_t | Индекс элемента, который будет удалён. |
См. также
- Class OutlineCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++