Compartilhar via


BackgroundStyleReference Construtores

Definição

Sobrecargas

BackgroundStyleReference()

Inicializa uma nova instância da classe BackgroundStyleReference.

BackgroundStyleReference(OpenXmlElement[])

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

BackgroundStyleReference(IEnumerable<OpenXmlElement>)

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

BackgroundStyleReference(String)

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

BackgroundStyleReference()

Inicializa uma nova instância da classe BackgroundStyleReference.

public BackgroundStyleReference ();
Public Sub New ()

Aplica-se a

BackgroundStyleReference(OpenXmlElement[])

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

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

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

BackgroundStyleReference(IEnumerable<OpenXmlElement>)

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

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

BackgroundStyleReference(String)

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

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

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a