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