ConnectionShape コンストラクター

定義

オーバーロード

ConnectionShape()

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

ConnectionShape(OpenXmlElement[])

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

ConnectionShape(IEnumerable<OpenXmlElement>)

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

ConnectionShape(String)

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

ConnectionShape()

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

public ConnectionShape ();
Public Sub New ()

適用対象

ConnectionShape(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

ConnectionShape(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

ConnectionShape(String)

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

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

パラメーター

outerXml
String

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

適用対象