次の方法で共有


InsertedMathControl コンストラクター

定義

オーバーロード

InsertedMathControl()

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

InsertedMathControl(OpenXmlElement[])

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

InsertedMathControl(IEnumerable<OpenXmlElement>)

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

InsertedMathControl(String)

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

InsertedMathControl()

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

public InsertedMathControl ();
Public Sub New ()

適用対象

InsertedMathControl(OpenXmlElement[])

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

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())

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

InsertedMathControl(IEnumerable<OpenXmlElement>)

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

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))

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

InsertedMathControl(String)

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

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

パラメーター

outerXml
String

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

適用対象