Share via


MoveFromMathControl Constructors

Definition

Overloads

MoveFromMathControl()

Initializes a new instance of the MoveFromMathControl class.

MoveFromMathControl(OpenXmlElement[])

Initializes a new instance of the MoveFromMathControl class with the specified child elements.

MoveFromMathControl(IEnumerable<OpenXmlElement>)

Initializes a new instance of the MoveFromMathControl class with the specified child elements.

MoveFromMathControl(String)

Initializes a new instance of the MoveFromMathControl class from outer XML.

MoveFromMathControl()

Initializes a new instance of the MoveFromMathControl class.

public MoveFromMathControl ();
Public Sub New ()

Applies to

MoveFromMathControl(OpenXmlElement[])

Initializes a new instance of the MoveFromMathControl class with the specified child elements.

public MoveFromMathControl (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

MoveFromMathControl(IEnumerable<OpenXmlElement>)

Initializes a new instance of the MoveFromMathControl class with the specified child elements.

public MoveFromMathControl (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

MoveFromMathControl(String)

Initializes a new instance of the MoveFromMathControl class from outer XML.

public MoveFromMathControl (string outerXml);
new DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl : string -> DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to