Whole コンストラクター

定義

オーバーロード

Whole()

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

Whole(OpenXmlElement[])

指定された子要素の全体のクラスの新しいインスタンスを初期化します。

Whole(IEnumerable<OpenXmlElement>)

指定された子要素の全体のクラスの新しいインスタンスを初期化します。

Whole(String)

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

Whole()

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

public Whole ();
Public Sub New ()

適用対象

Whole(OpenXmlElement[])

指定された子要素の全体のクラスの新しいインスタンスを初期化します。

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

Whole(IEnumerable<OpenXmlElement>)

指定された子要素の全体のクラスの新しいインスタンスを初期化します。

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

Whole(String)

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

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

パラメーター

outerXml
String

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

適用対象