次の方法で共有


TablePropertyExceptions コンストラクター

定義

オーバーロード

TablePropertyExceptions()

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

TablePropertyExceptions(OpenXmlElement[])

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

TablePropertyExceptions(IEnumerable<OpenXmlElement>)

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

TablePropertyExceptions(String)

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

TablePropertyExceptions()

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

public TablePropertyExceptions ();
Public Sub New ()

適用対象

TablePropertyExceptions(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

TablePropertyExceptions(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

TablePropertyExceptions(String)

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

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

パラメーター

outerXml
String

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

適用対象