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
| Parameter | Type | Description |
|---|---|---|
| item | const System::SharedPtr<TextParagraph>& | The object to delete |
ReturnValue
true if item was deleted from collection; otherwise, false.
See Also
- Typedef SharedPtr
- Class TextParagraph
- Class TextParagraphCollection
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++