次の方法で共有


RubyContentType コンストラクター

定義

オーバーロード

RubyContentType()

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

RubyContentType(OpenXmlElement[])

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

RubyContentType(IEnumerable<OpenXmlElement>)

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

RubyContentType(String)

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

RubyContentType()

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

protected RubyContentType ();
Protected Sub New ()

適用対象

RubyContentType(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

RubyContentType(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

RubyContentType(String)

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

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

パラメーター

outerXml
String

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

適用対象