次の方法で共有


MathFunction コンストラクター

定義

オーバーロード

MathFunction()

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

MathFunction(OpenXmlElement[])

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

MathFunction(IEnumerable<OpenXmlElement>)

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

MathFunction(String)

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

MathFunction()

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

public MathFunction ();
Public Sub New ()

適用対象

MathFunction(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

MathFunction(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

MathFunction(String)

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

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

パラメーター

outerXml
String

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

適用対象