IMasterLayoutSlideCollection
Übersicht über die
IMasterLayoutSlideCollection ist eine Schnittstelle in Aspose.Slides für NET. Erben von: ILayoutSlideCollection.
Darstellt eine Sammlung von Layout-Slides, die zu einer Master-Layide gehören.
Eigenschaften
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the number of layout slides in the collection. |
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. |