Back to Devexpress

SlideMasterCollection Class

officefileapi-devexpress-dot-docs-dot-presentation-1d205f19.md

latest2.3 KB
Original Source

SlideMasterCollection Class

A collection of slide masters in a presentation.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public sealed class SlideMasterCollection :
    LimitedPresentationObjectCollection<SlideMaster>
vb
Public NotInheritable Class SlideMasterCollection
    Inherits LimitedPresentationObjectCollection(Of SlideMaster)

The following members return SlideMasterCollection objects:

Implements

IEnumerable<SlideMaster>

IEnumerable

Inheritance

Object PresentationCollectionBase<SlideMaster> PresentationObjectCollectionBase<SlideMaster> LimitedPresentationObjectCollectionBase<SlideMaster> LimitedPresentationObjectCollection<SlideMaster> SlideMasterCollection

See Also

SlideMasterCollection Members

DevExpress.Docs.Presentation Namespace