SlideCollectionInsertClone Method

Overload List
  NameDescription
Public methodInsertClone(Int32, ISlide)
Inserts a copy of a specified slide to specified position of the collection.
Public methodInsertClone(Int32, ISlide, ILayoutSlide)
Inserts a copy of a specified slide to specified position of the collection.
Public methodInsertClone(Int32, ISlide, IMasterSlide, Boolean)
Inserts a copy of a specified source slide to specified position of the collection. Appropriate layout will be selected automatically from the specified master (appropriate layout is the layout with the same Type or Name as of layout of the source slide). If there is no appropriate layout then layout of the source slide will be cloned (if allowCloneMissingLayout is true) or PptxEditException will be thrown (if allowCloneMissingLayout is false).
See Also