Share via


Shape コンストラクター

定義

オーバーロード

Shape()

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

Shape(OpenXmlElement[])

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

Shape(IEnumerable<OpenXmlElement>)

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

Shape(String)

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

Shape()

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

public Shape ();
Public Sub New ()

適用対象

Shape(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

Shape(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

Shape(String)

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

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

パラメーター

outerXml
String

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

適用対象