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