Share via


SlideMasterIdList Constructors

Definition

Overloads

SlideMasterIdList()

Initializes a new instance of the SlideMasterIdList class.

SlideMasterIdList(OpenXmlElement[])

Initializes a new instance of the SlideMasterIdList class with the specified child elements.

SlideMasterIdList(IEnumerable<OpenXmlElement>)

Initializes a new instance of the SlideMasterIdList class with the specified child elements.

SlideMasterIdList(String)

Initializes a new instance of the SlideMasterIdList class from outer XML.

SlideMasterIdList()

Initializes a new instance of the SlideMasterIdList class.

public SlideMasterIdList ();
Public Sub New ()

Applies to

SlideMasterIdList(OpenXmlElement[])

Initializes a new instance of the SlideMasterIdList class with the specified child elements.

public SlideMasterIdList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Presentation.SlideMasterIdList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Presentation.SlideMasterIdList
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SlideMasterIdList(IEnumerable<OpenXmlElement>)

Initializes a new instance of the SlideMasterIdList class with the specified child elements.

public SlideMasterIdList (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Presentation.SlideMasterIdList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Presentation.SlideMasterIdList
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SlideMasterIdList(String)

Initializes a new instance of the SlideMasterIdList class from outer XML.

public SlideMasterIdList (string outerXml);
new DocumentFormat.OpenXml.Presentation.SlideMasterIdList : string -> DocumentFormat.OpenXml.Presentation.SlideMasterIdList
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to