Aspose::Pdf::Text::TextFragmentCollection::Remove method
TextFragmentCollection::Remove method
Deletes specified item from the collection and also removes it from the document.
bool Aspose::Pdf::Text::TextFragmentCollection::Remove(const System::SharedPtr<TextFragment> &item) override
| Parameter | Type | Description |
|---|---|---|
| item | const System::SharedPtr<TextFragment>& | The object to delete |
ReturnValue
true if item was deleted from collection; otherwise, false.
See Also
- Typedef SharedPtr
- Class TextFragment
- Class TextFragmentCollection
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++