remove
remove(LayoutSlide value) method
Removes a layout from the collection.
Parameters
Name | Type | Description |
---|---|---|
value | LayoutSlide | The layout slide to remove from the collection. 1) To avoid throwing of the PptxEditException check layout’s HasDependingSlides property before. 2) You can use also ILayoutSlide#remove method to simplify code. |
Returns
void
Exception
Exception | Condition |
---|---|
PptxEditException | Thrown if layout is used in presentation (its HasDependingSlides property is true). |