MathControlMoveType Constructors

Definition

Overloads

MathControlMoveType()

Initializes a new instance of the MathControlMoveType class.

MathControlMoveType(OpenXmlElement[])

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

MathControlMoveType(IEnumerable<OpenXmlElement>)

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

MathControlMoveType(String)

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

MathControlMoveType()

Initializes a new instance of the MathControlMoveType class.

protected MathControlMoveType ();
Protected Sub New ()

Applies to

MathControlMoveType(OpenXmlElement[])

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

protected MathControlMoveType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType
Protected Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

MathControlMoveType(IEnumerable<OpenXmlElement>)

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

protected MathControlMoveType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

MathControlMoveType(String)

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

protected MathControlMoveType (string outerXml);
new DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType : string -> DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType
Protected Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to