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