Share via


Endnote Constructors

Definition

Overloads

Endnote()

Initializes a new instance of the Endnote class.

Endnote(OpenXmlElement[])

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

Endnote(IEnumerable<OpenXmlElement>)

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

Endnote(String)

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

Endnote()

Initializes a new instance of the Endnote class.

public Endnote ();
Public Sub New ()

Applies to

Endnote(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Endnote(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Endnote(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to