次の方法で共有


CheckBox コンストラクター

定義

オーバーロード

CheckBox()

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

CheckBox(OpenXmlElement[])

指定した子要素を持つチェック ボックス クラスの新しいインスタンスを初期化します。

CheckBox(IEnumerable<OpenXmlElement>)

指定した子要素を持つチェック ボックス クラスの新しいインスタンスを初期化します。

CheckBox(String)

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

CheckBox()

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

public CheckBox ();
Public Sub New ()

適用対象

CheckBox(OpenXmlElement[])

指定した子要素を持つチェック ボックス クラスの新しいインスタンスを初期化します。

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

CheckBox(IEnumerable<OpenXmlElement>)

指定した子要素を持つチェック ボックス クラスの新しいインスタンスを初期化します。

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

CheckBox(String)

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

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

パラメーター

outerXml
String

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

適用対象