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