Share via


Numerator Constructors

Definition

Overloads

Numerator()

Initializes a new instance of the Numerator class.

Numerator(OpenXmlElement[])

Initializes a new instance of the Numerator class with the specified child elements.

Numerator(IEnumerable<OpenXmlElement>)

Initializes a new instance of the Numerator class with the specified child elements.

Numerator(String)

Initializes a new instance of the Numerator class from outer XML.

Numerator()

Initializes a new instance of the Numerator class.

public Numerator ();
Public Sub New ()

Applies to

Numerator(OpenXmlElement[])

Initializes a new instance of the Numerator class with the specified child elements.

public Numerator (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Math.Numerator : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Math.Numerator
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Numerator(IEnumerable<OpenXmlElement>)

Initializes a new instance of the Numerator class with the specified child elements.

public Numerator (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Math.Numerator : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Math.Numerator
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Numerator(String)

Initializes a new instance of the Numerator class from outer XML.

public Numerator (string outerXml);
new DocumentFormat.OpenXml.Math.Numerator : string -> DocumentFormat.OpenXml.Math.Numerator
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to