Aspose::Pdf::Text::TextFragmentCollection::Contains metod

TextFragmentCollection::Contains method

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

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

ReturnValue

true om objektet hittas i samlingen; annars false.

Se även