FootnoteEndnoteType Constructors

Definition

Overloads

FootnoteEndnoteType()

Initializes a new instance of the FootnoteEndnoteType class.

FootnoteEndnoteType(OpenXmlElement[])

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

FootnoteEndnoteType(IEnumerable<OpenXmlElement>)

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

FootnoteEndnoteType(String)

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

FootnoteEndnoteType()

Initializes a new instance of the FootnoteEndnoteType class.

protected FootnoteEndnoteType ();
Protected Sub New ()

Applies to

FootnoteEndnoteType(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

FootnoteEndnoteType(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

FootnoteEndnoteType(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to