Compartilhar via


Background Construtores

Definição

Sobrecargas

Background()

Inicializa uma nova instância da classe Background.

Background(OpenXmlElement[])

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

Background(IEnumerable<OpenXmlElement>)

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

Background(String)

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

Background()

Inicializa uma nova instância da classe Background.

public Background ();
Public Sub New ()

Aplica-se a

Background(OpenXmlElement[])

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

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

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

Background(IEnumerable<OpenXmlElement>)

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

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

Background(String)

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

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

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a