PresentationLayoutSlideCollection
PresentationLayoutSlideCollection class
Represents a collection of layout slides in a PowerPoint document.
public class PresentationLayoutSlideCollection : ReadOnlyListBase<PresentationLayoutSlide>
Properties
| Name | Description |
|---|---|
| virtual Count { get; } | Gets the number of elements contained in the collection. |
| virtual IsReadOnly { get; } | Gets a value indicating whether the collection is read-only. |
| virtual Item { get; } | Gets the element at the specified index in the collection. |
Methods
| Name | Description |
|---|---|
| virtual Contains(PresentationLayoutSlide) | |
| virtual GetEnumerator() | |
| virtual IndexOf(PresentationLayoutSlide) |
Remarks
This collection contains the items of PresentationLayoutSlide type.
See Also
- class ReadOnlyListBase<T>
- class PresentationLayoutSlide
- namespace GroupDocs.Watermark.Contents.Presentation
- assembly GroupDocs.Watermark