IGlobalLayoutSlideCollection
Pengamatan umum
IGlobalLayoutSlideCollection adalah antarmuka dalam Aspose.Slides untuk NET. Warisan dari: ILayoutSlideCollection.
Menampilkan koleksi semua slide tata letak dalam presentasi. Memanjangkan dengan metode untuk menambahkan/mengkloning slides tata ruang dalam konteks menyatukan kumpulan individu dari slidetata layout master.
Sifat-sifatnya
| 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. |