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

ParameterTypeDescription
itemSystem::SharedPtr<IParagraph>The paragraph to remove from collection.

Return Value

true if item was successfully removed; otherwise, false.

See Also