Share via


GroupShape コンストラクター

定義

オーバーロード

GroupShape()

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

GroupShape(OpenXmlElement[])

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

GroupShape(IEnumerable<OpenXmlElement>)

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

GroupShape(String)

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

GroupShape()

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

public GroupShape ();
Public Sub New ()

適用対象

GroupShape(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

GroupShape(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

GroupShape(String)

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

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

パラメーター

outerXml
String

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

適用対象