次の方法で共有


OfficeMathArgumentType コンストラクター

定義

オーバーロード

OfficeMathArgumentType()

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

OfficeMathArgumentType(OpenXmlElement[])

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

OfficeMathArgumentType(IEnumerable<OpenXmlElement>)

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

OfficeMathArgumentType(String)

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

OfficeMathArgumentType()

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

protected OfficeMathArgumentType ();
Protected Sub New ()

適用対象

OfficeMathArgumentType(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

OfficeMathArgumentType(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

OfficeMathArgumentType(String)

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

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

パラメーター

outerXml
String

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

適用対象