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