GroupShapeLocks コンストラクター

定義

オーバーロード

GroupShapeLocks()

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

GroupShapeLocks(OpenXmlElement[])

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

GroupShapeLocks(IEnumerable<OpenXmlElement>)

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

GroupShapeLocks(String)

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

GroupShapeLocks()

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

public GroupShapeLocks ();
Public Sub New ()

適用対象

GroupShapeLocks(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

GroupShapeLocks(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

GroupShapeLocks(String)

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

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

パラメーター

outerXml
String

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

適用対象