Share via


SlideGuideList Constructors

Definition

Overloads

SlideGuideList()

Initializes a new instance of the SlideGuideList class.

SlideGuideList(OpenXmlElement[])

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

SlideGuideList(IEnumerable<OpenXmlElement>)

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

SlideGuideList(String)

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

SlideGuideList()

Initializes a new instance of the SlideGuideList class.

public SlideGuideList ();
Public Sub New ()

Applies to

SlideGuideList(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SlideGuideList(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SlideGuideList(String)

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

public SlideGuideList (string outerXml);
new DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList : string -> DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to