Aspose::Pdf::Text::TextSegmentCollection::Contains metod

TextSegmentCollection::Contains method

Bestämmer om samlingen innehåller ett specifikt värde.

bool Aspose::Pdf::Text::TextSegmentCollection::Contains(const System::SharedPtr<TextSegment> &item) const override
ParameterTypBeskrivning
objektconst System::SharedPtr<TextSegment>&Objektet att leta efter i samlingen

ReturnValue

true om objektet hittas i samlingen; annars false.

Se även