次の方法で共有


RubyProperties コンストラクター

定義

オーバーロード

RubyProperties()

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

RubyProperties(OpenXmlElement[])

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

RubyProperties(IEnumerable<OpenXmlElement>)

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

RubyProperties(String)

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

RubyProperties()

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

public RubyProperties ();
Public Sub New ()

適用対象

RubyProperties(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

RubyProperties(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

RubyProperties(String)

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

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

パラメーター

outerXml
String

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

適用対象