NameList Constructors

Definition

Overloads

NameList()

Initializes a new instance of the NameList class.

NameList(OpenXmlElement[])

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

NameList(IEnumerable<OpenXmlElement>)

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

NameList(String)

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

NameList()

Initializes a new instance of the NameList class.

public NameList ();
Public Sub New ()

Applies to

NameList(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

NameList(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

NameList(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to