Compartilhar via


BackgroundRemovedProperties Construtores

Definição

Sobrecargas

BackgroundRemovedProperties()

Inicializa uma nova instância da classe BackgroundRemovedProperties.

BackgroundRemovedProperties(OpenXmlElement[])

Inicializa uma nova instância da classe BackgroundRemovedProperties com os elementos filho especificados.

BackgroundRemovedProperties(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe BackgroundRemovedProperties com os elementos filho especificados.

BackgroundRemovedProperties(String)

Inicializa uma nova instância da classe BackgroundRemovedProperties do XML externo.

BackgroundRemovedProperties()

Inicializa uma nova instância da classe BackgroundRemovedProperties.

public BackgroundRemovedProperties ();
Public Sub New ()

Aplica-se a

BackgroundRemovedProperties(OpenXmlElement[])

Inicializa uma nova instância da classe BackgroundRemovedProperties com os elementos filho especificados.

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())

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

BackgroundRemovedProperties(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe BackgroundRemovedProperties com os elementos filho especificados.

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))

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

BackgroundRemovedProperties(String)

Inicializa uma nova instância da classe BackgroundRemovedProperties do XML externo.

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

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a