Share via


SlideMaster.SlideLayoutIdList Property

List of Slide Layouts.Represents the element tag in schema: p:sldLayoutIdLst

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property SlideLayoutIdList As SlideLayoutIdList
    Get
    Set
'Usage
Dim instance As SlideMaster
Dim value As SlideLayoutIdList

value = instance.SlideLayoutIdList

instance.SlideLayoutIdList = value
public SlideLayoutIdList SlideLayoutIdList { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Presentation.SlideLayoutIdList
Returns SlideLayoutIdList.

See Also

Reference

SlideMaster Class

SlideMaster Members

DocumentFormat.OpenXml.Presentation Namespace