IGlobalLayoutSlideCollection
Přehled
IGlobalLayoutSlideCollection je rozhraní v Aspose.Slides pro NET. Dědici: ILayoutSlideCollection.
Představuje sbírku všech rozložkových snímků v prezentaci. Rozšiřuje se metodami pro přidávání/klonování rozvržených slajdů v souvislosti s spojováním jednotlivých kolekcí hlavních rozvrhovaných slajdu.
Vlastnosti
| 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. |