Aspose::Pdf::OutlineItemCollection::Remove método
OutlineItemCollection::Remove(const System::SharedPtr<OutlineItemCollection>&) method
Elimina el elemento de la colección de esquema.
bool Aspose::Pdf::OutlineItemCollection::Remove(const System::SharedPtr<OutlineItemCollection> &item) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| elemento | const System::SharedPtr<OutlineItemCollection>& | Elemento a eliminar. |
ReturnValue
True - si el elemento se eliminó; de lo contrario, false.
Ver también
- Typedef SharedPtr
- Class OutlineItemCollection
- Class OutlineItemCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
OutlineItemCollection::Remove(int32_t) method
Elimina el elemento por índice.
void Aspose::Pdf::OutlineItemCollection::Remove(int32_t index)
| Parámetro | Tipo | Descripción |
|---|---|---|
| índice | int32_t | Índice del elemento a eliminar. |
Ver también
- Class OutlineItemCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++