次の方法で共有


MoveToMathControl コンストラクター

定義

オーバーロード

MoveToMathControl()

MoveToMathControl クラスの新しいインスタンスを初期化します。

MoveToMathControl(OpenXmlElement[])

指定した子要素を使用して MoveToMathControl クラスの新しいインスタンスを初期化します。

MoveToMathControl(IEnumerable<OpenXmlElement>)

指定した子要素を使用して MoveToMathControl クラスの新しいインスタンスを初期化します。

MoveToMathControl(String)

外部 XML から MoveToMathControl クラスの新しいインスタンスを初期化します。

MoveToMathControl()

MoveToMathControl クラスの新しいインスタンスを初期化します。

public MoveToMathControl ();
Public Sub New ()

適用対象

MoveToMathControl(OpenXmlElement[])

指定した子要素を使用して MoveToMathControl クラスの新しいインスタンスを初期化します。

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

MoveToMathControl(IEnumerable<OpenXmlElement>)

指定した子要素を使用して MoveToMathControl クラスの新しいインスタンスを初期化します。

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

MoveToMathControl(String)

外部 XML から MoveToMathControl クラスの新しいインスタンスを初期化します。

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

パラメーター

outerXml
String

要素の外部 XML を指定します。

適用対象