Share via


NameType Constructors

Definition

Overloads

NameType()

Initializes a new instance of the NameType class.

NameType(OpenXmlElement[])

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

NameType(IEnumerable<OpenXmlElement>)

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

NameType(String)

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

NameType()

Initializes a new instance of the NameType class.

protected NameType ();
Protected Sub New ()

Applies to

NameType(OpenXmlElement[])

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

protected NameType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Bibliography.NameType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Bibliography.NameType
Protected Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

NameType(IEnumerable<OpenXmlElement>)

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

protected NameType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Bibliography.NameType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Bibliography.NameType
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

NameType(String)

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

protected NameType (string outerXml);
new DocumentFormat.OpenXml.Bibliography.NameType : string -> DocumentFormat.OpenXml.Bibliography.NameType
Protected Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to