次の方法で共有


GroupShapeType コンストラクター

定義

オーバーロード

GroupShapeType()

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

GroupShapeType(OpenXmlElement[])

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

GroupShapeType(IEnumerable<OpenXmlElement>)

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

GroupShapeType(String)

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

GroupShapeType()

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

protected GroupShapeType ();
Protected Sub New ()

適用対象

GroupShapeType(OpenXmlElement[])

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

protected GroupShapeType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Presentation.GroupShapeType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Presentation.GroupShapeType
Protected Sub New (ParamArray childElements As OpenXmlElement())

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

GroupShapeType(IEnumerable<OpenXmlElement>)

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

protected GroupShapeType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Presentation.GroupShapeType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Presentation.GroupShapeType
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

GroupShapeType(String)

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

protected GroupShapeType (string outerXml);
new DocumentFormat.OpenXml.Presentation.GroupShapeType : string -> DocumentFormat.OpenXml.Presentation.GroupShapeType
Protected Sub New (outerXml As String)

パラメーター

outerXml
String

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

適用対象