Aspose::Pdf::Text::TextFragmentCollection::Remove method
TextFragmentCollection::Remove method
Deletes specified item from collection.
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++