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