Método Aspose::Pdf::OutlineCollection::Remove
OutlineCollection::Remove(const System::SharedPtr<OutlineItemCollection>&) method
Siempre lanza NotImplementedException
bool Aspose::Pdf::OutlineCollection::Remove(const System::SharedPtr<OutlineItemCollection> &item) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| elemento | const System::SharedPtr<OutlineItemCollection>& | El objeto a localizar en la colección |
ReturnValue
NotImplementedException
Ver también
- Typedef SharedPtr
- Class OutlineItemCollection
- Class OutlineCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
OutlineCollection::Remove(int32_t) method
Elimina el elemento por índice.
void Aspose::Pdf::OutlineCollection::Remove(int32_t index)
| Parámetro | Tipo | Descripción |
|---|---|---|
| índice | int32_t | Índice del elemento a eliminar. |
Ver también
- Class OutlineCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++