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