BackgroundColor Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
BackgroundColor() |
Inicializa uma nova instância da classe BackgroundColor. |
BackgroundColor(OpenXmlElement[]) |
Inicializa uma nova instância da classe BackgroundColor com os elementos filho especificados. |
BackgroundColor(IEnumerable<OpenXmlElement>) |
Inicializa uma nova instância da classe BackgroundColor com os elementos filho 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 filho 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 filho.
Aplica-se a
BackgroundColor(IEnumerable<OpenXmlElement>)
Inicializa uma nova instância da classe BackgroundColor com os elementos filho 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 filho.
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.