Share via


HeaderFooterType Constructors

Definition

Overloads

HeaderFooterType()

Initializes a new instance of the HeaderFooterType class.

HeaderFooterType(OpenXmlElement[])

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

HeaderFooterType(IEnumerable<OpenXmlElement>)

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

HeaderFooterType(String)

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

HeaderFooterType()

Initializes a new instance of the HeaderFooterType class.

protected HeaderFooterType ();
Protected Sub New ()

Applies to

HeaderFooterType(OpenXmlElement[])

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

protected HeaderFooterType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType
Protected Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

HeaderFooterType(IEnumerable<OpenXmlElement>)

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

protected HeaderFooterType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

HeaderFooterType(String)

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

protected HeaderFooterType (string outerXml);
new DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType : string -> DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType
Protected Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to