Aracılığıyla paylaş


Footnote Constructors

Definition

Overloads

Footnote()

Initializes a new instance of the Footnote class.

Footnote(OpenXmlElement[])

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

Footnote(IEnumerable<OpenXmlElement>)

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

Footnote(String)

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

Footnote()

Initializes a new instance of the Footnote class.

public Footnote ();
Public Sub New ()

Applies to

Footnote(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Footnote(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Footnote(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to