次の方法で共有


BackgroundRemovedProperties コンストラクター

定義

オーバーロード

BackgroundRemovedProperties()

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

BackgroundRemovedProperties(OpenXmlElement[])

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

BackgroundRemovedProperties(IEnumerable<OpenXmlElement>)

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

BackgroundRemovedProperties(String)

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

BackgroundRemovedProperties()

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

public BackgroundRemovedProperties ();
Public Sub New ()

適用対象

BackgroundRemovedProperties(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

BackgroundRemovedProperties(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

BackgroundRemovedProperties(String)

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

public BackgroundRemovedProperties (string outerXml);
new DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties : string -> DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.BackgroundRemovedProperties
Public Sub New (outerXml As String)

パラメーター

outerXml
String

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

適用対象