ISlideCollection — Aspose.Slides FOSS C# (.NET) API Reference
ISlideCollection — ISlideCollection API type. Inherits from: IEnumerable<ISlide>.
Package: Aspose.Slides.Foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
Count | int | Read/Write | |
AsICollection | IList<ISlide> | Read/Write | |
AsIEnumerable | IEnumerable<ISlide> | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
AddClone(ISlide sourceSlide) | void | The new cloned slide. |
AddClone(ISlide sourceSlide, ILayoutSlide destLayout) | void | The new cloned slide. |
AddClone(ISlide sourceSlide, IMasterSlide destMaster, bool allowCloneMissingLayout) | void | The new cloned slide. |
InsertClone(int index, ISlide sourceSlide) | void | The new cloned slide. |
InsertClone(int index, ISlide sourceSlide, ILayoutSlide destLayout) | void | The new cloned slide. |
InsertClone(int index, ISlide sourceSlide, IMasterSlide destMaster, bool allowCloneMissingLayout) | void | The new cloned slide. |
ToArray() | void | An array containing all slides. |
ToArray(int startIndex, int count) | void | An array containing the specified range of slides. |
AddEmptySlide(ILayoutSlide layout) | void | The newly added slide. |
InsertEmptySlide(int index, ILayoutSlide layout) | void | The newly inserted slide. |
Remove(ISlide value) | void | The slide to remove. |
RemoveAt(int index) | void | The zero-based index of the slide to remove. |
IndexOf(ISlide slide) | void | The zero-based index, or -1 if the slide is not in the collection. |