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