次の方法で共有


PresentationPropertiesExtension コンストラクター

定義

オーバーロード

PresentationPropertiesExtension()

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

PresentationPropertiesExtension(OpenXmlElement[])

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

PresentationPropertiesExtension(IEnumerable<OpenXmlElement>)

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

PresentationPropertiesExtension(String)

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

PresentationPropertiesExtension()

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

public PresentationPropertiesExtension ();
Public Sub New ()

適用対象

PresentationPropertiesExtension(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

PresentationPropertiesExtension(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

PresentationPropertiesExtension(String)

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

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

パラメーター

outerXml
String

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

適用対象