次の方法で共有


BackgroundProperties コンストラクター

定義

オーバーロード

BackgroundProperties()

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

BackgroundProperties(OpenXmlElement[])

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

BackgroundProperties(IEnumerable<OpenXmlElement>)

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

BackgroundProperties(String)

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

BackgroundProperties()

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

public BackgroundProperties ();
Public Sub New ()

適用対象

BackgroundProperties(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

BackgroundProperties(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

BackgroundProperties(String)

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

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

パラメーター

outerXml
String

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

適用対象