Aspose::Pdf::OutlineCollection::Remove metod
OutlineCollection::Remove(const System::SharedPtr<OutlineItemCollection>&) method
Kastar alltid NotImplementedException
bool Aspose::Pdf::OutlineCollection::Remove(const System::SharedPtr<OutlineItemCollection> &item) override
| Parameter | Typ | Beskrivning |
|---|---|---|
| objekt | const System::SharedPtr<OutlineItemCollection>& | Objektet att leta efter i samlingen |
ReturnValue
NotImplementedException
Se även
- Typedef SharedPtr
- Class OutlineItemCollection
- Class OutlineCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
OutlineCollection::Remove(int32_t) method
Ta bort objekt efter index.
void Aspose::Pdf::OutlineCollection::Remove(int32_t index)
| Parameter | Typ | Beskrivning |
|---|---|---|
| index | int32_t | Index för objektet som ska tas bort. |
Se även
- Class OutlineCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++