IGlobalLayoutSlideCollection
Oversigt over de forskellige former for støtte
IGlobalLayoutSlideCollection er en grænseflade i Aspose.Slides til NET. Arvelige af: ILayoutSlideCollection.
Udvides med metoder til at tilføje/klone layout-slides i forbindelse med sammenlægning af de enkelte samlinger af master’s layouts.
Egenskaber
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the number of layout slides in the collection. |
AsILayoutSlideCollection | ILayoutSlideCollection | Read | Returns ILayoutSlideCollection interface. |
AsICollection | ICollection | Read | Returns this collection as an ICollection interface. |
AsIEnumerable | IEnumerable | Read | Returns this collection as an IEnumerable interface. |
| Signature | Description |
|---|---|
GetByType(type: SlideLayoutType) | Returns the first layout slide of the specified type. |