Aracılığıyla paylaş


Footer Constructors

Definition

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.

Initializes a new instance of the Footer class.

public Footer ();
Public Sub New ()

Applies to

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

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

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.

Applies to