Compartilhar via


TableBackground Construtores

Definição

Sobrecargas

TableBackground()

Inicializa uma nova instância da classe TableBackground.

TableBackground(OpenXmlElement[])

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

TableBackground(IEnumerable<OpenXmlElement>)

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

TableBackground(String)

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

TableBackground()

Inicializa uma nova instância da classe TableBackground.

public TableBackground ();
Public Sub New ()

Aplica-se a

TableBackground(OpenXmlElement[])

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

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

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

TableBackground(IEnumerable<OpenXmlElement>)

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

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

TableBackground(String)

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

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

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a