次の方法で共有


SimpleFieldRuby コンストラクター

定義

オーバーロード

SimpleFieldRuby()

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

SimpleFieldRuby(OpenXmlElement[])

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

SimpleFieldRuby(IEnumerable<OpenXmlElement>)

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

SimpleFieldRuby(String)

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

SimpleFieldRuby()

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

public SimpleFieldRuby ();
Public Sub New ()

適用対象

SimpleFieldRuby(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

SimpleFieldRuby(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

SimpleFieldRuby(String)

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

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

パラメーター

outerXml
String

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

適用対象