次の方法で共有


Fraction コンストラクター

定義

オーバーロード

Fraction()

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

Fraction(OpenXmlElement[])

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

Fraction(IEnumerable<OpenXmlElement>)

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

Fraction(String)

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

Fraction()

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

public Fraction ();
Public Sub New ()

適用対象

Fraction(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

Fraction(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

Fraction(String)

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

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

パラメーター

outerXml
String

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

適用対象