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