Remove()
LayoutSlideCollection::Remove(System::SharedPtr<ILayoutSlide>) method
Removes a layout from the collection.
void Aspose::Slides::LayoutSlideCollection::Remove(System::SharedPtr<ILayoutSlide> value) override
Arguments
Parameter | Type | Description |
---|---|---|
value | System::SharedPtr<ILayoutSlide> | The layout slide to remove from the collection. |
Remarks
- To avoid throwing of the PptxEditException check layout’s HasDependingSlides property before. 2) You can use also ILayoutSlide::Remove method to simplify code.
See Also
- Typedef SharedPtr
- Class ILayoutSlide
- Class LayoutSlideCollection
- Namespace Aspose::Slides
- Library Aspose.Slides