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