次の方法で共有


ShapePropertiesExtensionList コンストラクター

定義

オーバーロード

ShapePropertiesExtensionList()

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

ShapePropertiesExtensionList(OpenXmlElement[])

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

ShapePropertiesExtensionList(IEnumerable<OpenXmlElement>)

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

ShapePropertiesExtensionList(String)

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

ShapePropertiesExtensionList()

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

public ShapePropertiesExtensionList ();
Public Sub New ()

適用対象

ShapePropertiesExtensionList(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

ShapePropertiesExtensionList(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

ShapePropertiesExtensionList(String)

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

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

パラメーター

outerXml
String

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

適用対象