Endnotes Constructors

Definition

Overloads

Endnotes()

Initializes a new instance of the Endnotes class.

Endnotes(OpenXmlElement[])

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

Endnotes(IEnumerable<OpenXmlElement>)

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

Endnotes(String)

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

Endnotes()

Initializes a new instance of the Endnotes class.

public Endnotes ();
Public Sub New ()

Applies to

Endnotes(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Endnotes(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Endnotes(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to