Compartilhar via


BackgroundProperties Construtores

Definição

Sobrecargas

BackgroundProperties()

Inicializa uma nova instância da classe BackgroundProperties.

BackgroundProperties(OpenXmlElement[])

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

BackgroundProperties(IEnumerable<OpenXmlElement>)

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

BackgroundProperties(String)

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

BackgroundProperties()

Inicializa uma nova instância da classe BackgroundProperties.

public BackgroundProperties ();
Public Sub New ()

Aplica-se a

BackgroundProperties(OpenXmlElement[])

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

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

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

BackgroundProperties(IEnumerable<OpenXmlElement>)

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

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

BackgroundProperties(String)

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

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

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a