次の方法で共有


DropDownListFormField コンストラクター

定義

オーバーロード

DropDownListFormField()

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

DropDownListFormField(OpenXmlElement[])

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

DropDownListFormField(IEnumerable<OpenXmlElement>)

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

DropDownListFormField(String)

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

DropDownListFormField()

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

public DropDownListFormField ();
Public Sub New ()

適用対象

DropDownListFormField(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

DropDownListFormField(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

DropDownListFormField(String)

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

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

パラメーター

outerXml
String

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

適用対象