Footer 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
Footer() |
Initializes a new instance of the Footer class. |
Footer(OpenXmlElement[]) |
Initializes a new instance of the Footer class with the specified child elements. |
Footer(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the Footer class with the specified child elements. |
Footer(String) |
Initializes a new instance of the Footer class from outer XML. |
Footer()
Initializes a new instance of the Footer class.
public Footer ();
Public Sub New ()
Applies to
Footer(OpenXmlElement[])
Initializes a new instance of the Footer class with the specified child elements.
public Footer (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Wordprocessing.Footer : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Wordprocessing.Footer
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
Footer(IEnumerable<OpenXmlElement>)
Initializes a new instance of the Footer class with the specified child elements.
public Footer (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Wordprocessing.Footer : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Wordprocessing.Footer
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
Footer(String)
Initializes a new instance of the Footer class from outer XML.
public Footer (string outerXml);
new DocumentFormat.OpenXml.Wordprocessing.Footer : string -> DocumentFormat.OpenXml.Wordprocessing.Footer
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.