次の方法で共有


PlaceholderTypeExtension コンストラクター

定義

オーバーロード

PlaceholderTypeExtension()

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

PlaceholderTypeExtension(OpenXmlElement[])

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

PlaceholderTypeExtension(IEnumerable<OpenXmlElement>)

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

PlaceholderTypeExtension(String)

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

PlaceholderTypeExtension()

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

public PlaceholderTypeExtension ();
Public Sub New ()

適用対象

PlaceholderTypeExtension(OpenXmlElement[])

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

public PlaceholderTypeExtension (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office.PowerPoint.Y2023.M02.Main.PlaceholderTypeExtension : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office.PowerPoint.Y2023.M02.Main.PlaceholderTypeExtension
Public Sub New (ParamArray childElements As OpenXmlElement())

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

PlaceholderTypeExtension(IEnumerable<OpenXmlElement>)

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

public PlaceholderTypeExtension (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office.PowerPoint.Y2023.M02.Main.PlaceholderTypeExtension : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office.PowerPoint.Y2023.M02.Main.PlaceholderTypeExtension
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

PlaceholderTypeExtension(String)

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

public PlaceholderTypeExtension (string outerXml);
new DocumentFormat.OpenXml.Office.PowerPoint.Y2023.M02.Main.PlaceholderTypeExtension : string -> DocumentFormat.OpenXml.Office.PowerPoint.Y2023.M02.Main.PlaceholderTypeExtension
Public Sub New (outerXml As String)

パラメーター

outerXml
String

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

適用対象