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