BackgroundColor Construtores

Definição

Sobrecargas

Nome Description
BackgroundColor()

Inicializa uma nova instância da classe BackgroundColor.

BackgroundColor(OpenXmlElement[])

Inicializa uma nova instância da classe BackgroundColor com os elementos subordinados especificados.

BackgroundColor(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe BackgroundColor com os elementos subordinados especificados.

BackgroundColor(String)

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

BackgroundColor()

Inicializa uma nova instância da classe BackgroundColor.

public BackgroundColor();
Public Sub New ()

Aplica-se a

BackgroundColor(OpenXmlElement[])

Inicializa uma nova instância da classe BackgroundColor com os elementos subordinados especificados.

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

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos subordinados.

Aplica-se a

BackgroundColor(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe BackgroundColor com os elementos subordinados especificados.

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos subordinados.

Aplica-se a

BackgroundColor(String)

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

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

Parâmetros

outerXml
String

Especifica o XML externo do elemento .

Aplica-se a