Remove()
IParagraphCollection::Remove(System::SharedPtr<IParagraph>) method
Removes the first occurrence of a specific paragraph.
virtual bool Aspose::Slides::IParagraphCollection::Remove(System::SharedPtr<IParagraph> item)=0
Arguments
Parameter | Type | Description |
---|---|---|
item | System::SharedPtr<IParagraph> | The paragraph to remove from collection. |
Return Value
true if item was successfully removed; otherwise, false.
See Also
- Typedef SharedPtr
- Class IParagraph
- Class IParagraphCollection
- Namespace Aspose::Slides
- Library Aspose.Slides