IGlobalLayoutSlideCollection
Resumo geral
IGlobalLayoutSlideCollection é uma interface em Aspose.Slides para NET. Herdeiros de: ILayoutSlideCollection.
Representa uma coleção de todos os layout slides em apresentação. Expande com métodos para adicionar/clonar layouts slide no contexto da união das colecções individuais dos master’s layous slates.
Propriedades
| 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. |