Compartilhar via


BackgroundRemoval Construtores

Definição

Sobrecargas

BackgroundRemoval()

Inicializa uma nova instância da classe BackgroundRemoval.

BackgroundRemoval(OpenXmlElement[])

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

BackgroundRemoval(IEnumerable<OpenXmlElement>)

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

BackgroundRemoval(String)

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

BackgroundRemoval()

Inicializa uma nova instância da classe BackgroundRemoval.

public BackgroundRemoval ();
Public Sub New ()

Aplica-se a

BackgroundRemoval(OpenXmlElement[])

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

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

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

BackgroundRemoval(IEnumerable<OpenXmlElement>)

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

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

BackgroundRemoval(String)

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

public BackgroundRemoval (string outerXml);
new DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval : string -> DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval
Public Sub New (outerXml As String)

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a