Aspose::Pdf::Text::TextFragmentCollection::Contains method
TextFragmentCollection::Contains method
Determines whether the collection contains a specific value.
bool Aspose::Pdf::Text::TextFragmentCollection::Contains(const System::SharedPtr<TextFragment> &item) const override
Parameter | Type | Description |
---|---|---|
item | const System::SharedPtr<TextFragment>& | The object to locate in the collection |
ReturnValue
true if item is found in the collection; otherwise, false.
See Also
- Typedef SharedPtr
- Class TextFragment
- Class TextFragmentCollection
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++