ISlideCollection
General
ISlideCollection és una interfície en Aspose.Slides per a NET. Hereta de: ゚IEnumerable
Representa una col·lecció de diapositives en una presentació.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | |
AsICollection | IList<ISlide> | Read | |
AsIEnumerable | IEnumerable<ISlide> | Read | Provides the slides as an IEnumerable for enumeration |
Mètodes
| Signature | Description |
|---|---|
AddClone(sourceSlide: ISlide) | The new cloned slide. |
AddClone(sourceSlide: ISlide, destLayout: ILayoutSlide) | The new cloned slide. |
AddClone(sourceSlide: ISlide, destMaster: IMasterSlide, allowCloneMissingLayout: bool) | The new cloned slide. |
InsertClone(index: int, sourceSlide: ISlide) | The new cloned slide. |
InsertClone(index: int, sourceSlide: ISlide, destLayout: ILayoutSlide) | The new cloned slide. |
InsertClone(index: int, sourceSlide: ISlide, destMaster: IMasterSlide, allowCloneMissingLayout: bool) | The new cloned slide. |
ToArray() | An array containing all slides. |
ToArray(startIndex: int, count: int) | An array containing the specified range of slides. |
AddEmptySlide(layout: ILayoutSlide) | The newly added slide. |
InsertEmptySlide(index: int, layout: ILayoutSlide) | The newly inserted slide. |
Remove(value: ISlide) | The slide to remove. |
RemoveAt(index: int) | The zero-based index of the slide to remove. |
IndexOf(slide: ISlide) | The zero-based index, or -1 if the slide is not in the collection. |