Share via


NotesGuideList Constructors

Definition

Overloads

NotesGuideList()

Initializes a new instance of the NotesGuideList class.

NotesGuideList(OpenXmlElement[])

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

NotesGuideList(IEnumerable<OpenXmlElement>)

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

NotesGuideList(String)

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

NotesGuideList()

Initializes a new instance of the NotesGuideList class.

public NotesGuideList ();
Public Sub New ()

Applies to

NotesGuideList(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

NotesGuideList(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

NotesGuideList(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to