Footnotes Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Footnotes() |
Initializes a new instance of the Footnotes class. |
Footnotes(OpenXmlElement[]) |
Initializes a new instance of the Footnotes class with the specified child elements. |
Footnotes(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the Footnotes class with the specified child elements. |
Footnotes(String) |
Initializes a new instance of the Footnotes class from outer XML. |
Footnotes()
Initializes a new instance of the Footnotes class.
public Footnotes ();
Public Sub New ()
Applies to
Footnotes(OpenXmlElement[])
Initializes a new instance of the Footnotes class with the specified child elements.
public Footnotes (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Wordprocessing.Footnotes : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Wordprocessing.Footnotes
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
Footnotes(IEnumerable<OpenXmlElement>)
Initializes a new instance of the Footnotes class with the specified child elements.
public Footnotes (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Wordprocessing.Footnotes : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Wordprocessing.Footnotes
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
Footnotes(String)
Initializes a new instance of the Footnotes class from outer XML.
public Footnotes (string outerXml);
new DocumentFormat.OpenXml.Wordprocessing.Footnotes : string -> DocumentFormat.OpenXml.Wordprocessing.Footnotes
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.