Aspose::Pdf::Text::TextParagraphCollection::Remove method

TextParagraphCollection::Remove method

Deletes specified item from collection.

bool Aspose::Pdf::Text::TextParagraphCollection::Remove(const System::SharedPtr<TextParagraph> &item) override
ParameterTypeDescription
itemconst System::SharedPtr<TextParagraph>&The object to delete

ReturnValue

true if item was deleted from collection; otherwise, false.

See Also