UnsizedGallery コンストラクター

定義

オーバーロード

UnsizedGallery()

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

UnsizedGallery(OpenXmlElement[])

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

UnsizedGallery(IEnumerable<OpenXmlElement>)

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

UnsizedGallery(String)

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

UnsizedGallery()

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

public UnsizedGallery ();
Public Sub New ()

適用対象

UnsizedGallery(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

UnsizedGallery(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

UnsizedGallery(String)

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

public UnsizedGallery (string outerXml);
new DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery : string -> DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery
Public Sub New (outerXml As String)

パラメーター

outerXml
String

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

適用対象